|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OrderByComparator in com.liferay.counter.service |
|---|
| Methods in com.liferay.counter.service with parameters of type OrderByComparator | ||
|---|---|---|
|
CounterLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
CounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
CounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
| Uses of OrderByComparator in com.liferay.counter.service.persistence |
|---|
| Methods in com.liferay.counter.service.persistence with parameters of type OrderByComparator | |
|---|---|
List<Counter> |
CounterPersistence.findAll(int start,
int end,
OrderByComparator<Counter> orderByComparator)
Returns an ordered range of all the counters. |
static List<Counter> |
CounterUtil.findAll(int start,
int end,
OrderByComparator<Counter> orderByComparator)
Returns an ordered range of all the counters. |
static List<Counter> |
CounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Counter> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portal.kernel.dao.orm |
|---|
| Methods in com.liferay.portal.kernel.dao.orm that return OrderByComparator | |
|---|---|
OrderByComparator<T> |
QueryDefinition.getOrderByComparator()
|
OrderByComparator<T> |
QueryDefinition.getOrderByComparator(String tableName)
|
| Methods in com.liferay.portal.kernel.dao.orm with parameters of type OrderByComparator | |
|---|---|
static void |
OrderFactoryUtil.addOrderByComparator(DynamicQuery dynamicQuery,
OrderByComparator<?> obc)
|
void |
QueryDefinition.setOrderByComparator(OrderByComparator<T> orderByComparator)
|
| Constructors in com.liferay.portal.kernel.dao.orm with parameters of type OrderByComparator | |
|---|---|
QueryDefinition(int status,
boolean excludeStatus,
int start,
int end,
OrderByComparator<T> orderByComparator)
|
|
QueryDefinition(int status,
int start,
int end,
OrderByComparator<T> orderByComparator)
|
|
| Uses of OrderByComparator in com.liferay.portal.kernel.dao.search |
|---|
| Methods in com.liferay.portal.kernel.dao.search that return OrderByComparator | |
|---|---|
OrderByComparator<R> |
SearchContainer.getOrderByComparator()
|
| Methods in com.liferay.portal.kernel.dao.search with parameters of type OrderByComparator | |
|---|---|
void |
SearchContainer.setOrderByComparator(OrderByComparator<R> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portal.kernel.lar |
|---|
| Subclasses of OrderByComparator in com.liferay.portal.kernel.lar | |
|---|---|
class |
StagedModelModifiedDateComparator<T extends StagedModel>
|
| Uses of OrderByComparator in com.liferay.portal.kernel.repository |
|---|
| Methods in com.liferay.portal.kernel.repository with parameters of type OrderByComparator | |
|---|---|
List<FileEntry> |
Repository.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<Folder> |
Repository.getFolders(long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
|
List<Folder> |
Repository.getFolders(long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
|
List<Folder> |
BaseRepositoryImpl.getFolders(long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<Folder> obc)
|
abstract List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntries(long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
abstract List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<?> obc)
|
List<Object> |
Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
List<Object> |
Repository.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
String[] mimetypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
List<Object> |
BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
List<Folder> |
Repository.getMountFolders(long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
|
List<FileEntry> |
DocumentRepository.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
DefaultLocalRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
Repository.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryImpl.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Uses of OrderByComparator in com.liferay.portal.kernel.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<FileEntry> obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
CMISRepositoryHandler.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<Folder> |
CMISRepositoryHandler.getFolders(long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<Folder> 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<Folder> obc)
|
| Uses of OrderByComparator in com.liferay.portal.kernel.util |
|---|
| Subclasses of OrderByComparator in com.liferay.portal.kernel.util | |
|---|---|
class |
OrderByComparatorAdapter<T,V>
|
protected static class |
OrderByComparatorFactoryUtil.DefaultOrderByComparator<T extends BaseModel<T>>
|
class |
TableNameOrderByComparator<T>
|
| Methods in com.liferay.portal.kernel.util that return OrderByComparator | ||
|---|---|---|
static
|
OrderByComparatorFactoryUtil.create(String tableName,
Object... columns)
|
|
OrderByComparator<V> |
OrderByComparatorAdapter.getAdaptedOrderByComparator()
|
|
OrderByComparator<T> |
TableNameOrderByComparator.getWrappedOrderByComparator()
|
|
| Constructors in com.liferay.portal.kernel.util with parameters of type OrderByComparator | |
|---|---|
OrderByComparatorAdapter(OrderByComparator<V> orderByComparator)
|
|
TableNameOrderByComparator(OrderByComparator<T> orderByComparator,
String tableName)
|
|
| Uses of OrderByComparator in com.liferay.portal.kernel.workflow |
|---|
| Methods in com.liferay.portal.kernel.workflow with parameters of type OrderByComparator | |
|---|---|
List<WorkflowDefinition> |
WorkflowDefinitionManager.getActiveWorkflowDefinitions(long companyId,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
static List<WorkflowDefinition> |
WorkflowDefinitionManagerUtil.getActiveWorkflowDefinitions(long companyId,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
List<WorkflowDefinition> |
WorkflowDefinitionManager.getActiveWorkflowDefinitions(long companyId,
String name,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
static List<WorkflowDefinition> |
WorkflowDefinitionManagerUtil.getActiveWorkflowDefinitions(long companyId,
String name,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
List<WorkflowDefinition> |
WorkflowDefinitionManager.getWorkflowDefinitions(long companyId,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
static List<WorkflowDefinition> |
WorkflowDefinitionManagerUtil.getWorkflowDefinitions(long companyId,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
List<WorkflowDefinition> |
WorkflowDefinitionManager.getWorkflowDefinitions(long companyId,
String name,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
static List<WorkflowDefinition> |
WorkflowDefinitionManagerUtil.getWorkflowDefinitions(long companyId,
String name,
int start,
int end,
OrderByComparator<WorkflowDefinition> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
Long userId,
String[] assetClassNames,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
Long userId,
String assetClassName,
Long assetClassPK,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowInstance> |
WorkflowInstanceManager.getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
static List<WorkflowInstance> |
WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId,
String workflowDefinitionName,
Integer workflowDefinitionVersion,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowInstance> orderByComparator)
|
List<WorkflowLog> |
WorkflowLogManager.getWorkflowLogsByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator<WorkflowLog> orderByComparator)
|
static List<WorkflowLog> |
WorkflowLogManagerUtil.getWorkflowLogsByWorkflowInstance(long companyId,
long workflowInstanceId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator<WorkflowLog> orderByComparator)
|
List<WorkflowLog> |
WorkflowLogManager.getWorkflowLogsByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator<WorkflowLog> orderByComparator)
|
static List<WorkflowLog> |
WorkflowLogManagerUtil.getWorkflowLogsByWorkflowTask(long companyId,
long workflowTaskId,
List<Integer> logTypes,
int start,
int end,
OrderByComparator<WorkflowLog> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.getWorkflowTasks(long companyId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.getWorkflowTasks(long companyId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.getWorkflowTasksByRole(long companyId,
long roleId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.getWorkflowTasksByRole(long companyId,
long roleId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.getWorkflowTasksBySubmittingUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.getWorkflowTasksBySubmittingUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.getWorkflowTasksByUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.getWorkflowTasksByUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.getWorkflowTasksByUserRoles(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.getWorkflowTasksByUserRoles(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.getWorkflowTasksByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.getWorkflowTasksByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.search(long companyId,
long userId,
String keywords,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.search(long companyId,
long userId,
String keywords,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.search(long companyId,
long userId,
String keywords,
String[] assetTypes,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.search(long companyId,
long userId,
String keywords,
String[] assetTypes,
Boolean completed,
Boolean searchByUserRoles,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
List<WorkflowTask> |
WorkflowTaskManager.search(long companyId,
long userId,
String taskName,
String assetType,
Long[] assetPrimaryKey,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
boolean andOperator,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
static List<WorkflowTask> |
WorkflowTaskManagerUtil.search(long companyId,
long userId,
String taskName,
String assetType,
Long[] assetPrimaryKey,
Date dueDateGT,
Date dueDateLT,
Boolean completed,
Boolean searchByUserRoles,
boolean andOperator,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portal.kernel.workflow.comparator |
|---|
| Uses of OrderByComparator in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model with parameters of type OrderByComparator | |
|---|---|
List<Group> |
GroupWrapper.getChildrenWithLayouts(boolean site,
int start,
int end,
OrderByComparator<Group> obc)
|
List<Group> |
Group.getChildrenWithLayouts(boolean site,
int start,
int end,
OrderByComparator<Group> obc)
|
| Uses of OrderByComparator in com.liferay.portal.portletfilerepository |
|---|
| Methods in com.liferay.portal.portletfilerepository with parameters of type OrderByComparator | |
|---|---|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
static List<FileEntry> |
PortletFileRepositoryUtil.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
PortletFileRepository.getPortletFileEntries(long groupId,
long folderId,
OrderByComparator<FileEntry> obc)
|
| Uses of OrderByComparator in com.liferay.portal.repository.proxy |
|---|
| Methods in com.liferay.portal.repository.proxy with parameters of type OrderByComparator | |
|---|---|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
long documentTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getFileEntries(long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<Folder> |
BaseRepositoryProxyBean.getFolders(long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<Folder> obc)
|
List<Folder> |
BaseRepositoryProxyBean.getFolders(long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<Folder> obc)
|
List<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<Folder> obc)
|
List<FileEntry> |
LocalRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
List<FileEntry> |
BaseRepositoryProxyBean.getRepositoryFileEntries(long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
| Uses of OrderByComparator in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service with parameters of type OrderByComparator | ||
|---|---|---|
|
UserIdMapperLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ContactLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
WorkflowInstanceLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
OrganizationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WebDAVPropsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ResourcePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MembershipRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserIdMapperLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ClassNameLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShardLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
WorkflowDefinitionLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserIdMapperLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WebsiteLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ClusterGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
BackgroundTaskLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutSetPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserTrackerPathLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PluginSettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutRevisionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
TicketLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortletPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceActionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PluginSettingLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PasswordPolicyRelLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PasswordPolicyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RepositoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WorkflowDefinitionLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
BrowserTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SystemEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ExportImportConfigurationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutSetPrototypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutRevisionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WorkflowInstanceLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ContactLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
TicketLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RepositoryEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutFriendlyURLLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PhoneLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserGroupGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
TeamLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
BrowserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PasswordTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WorkflowInstanceLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PasswordPolicyRelLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserGroupGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
RepositoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PasswordPolicyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
EmailAddressLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
OrgLaborLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
CompanyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ImageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortletItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourcePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SubscriptionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutFriendlyURLLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceTypePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutSetBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PasswordPolicyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
OrganizationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
WebsiteLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
BackgroundTaskLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
GroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutFriendlyURLLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ContactLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
EmailAddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
OrgLaborLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExportImportConfigurationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutBranchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PortletLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SubscriptionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LockLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutSetPrototypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MembershipRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WebDAVPropsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ClassNameLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ResourceBlockPermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserTrackerPathLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
VirtualHostLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserTrackerLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ResourceBlockLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
RepositoryEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
BackgroundTaskLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceBlockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserTrackerPathLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PasswordPolicyRelLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SystemEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutSetBranchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PortalPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortletLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortletPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RepositoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceBlockPermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserNotificationEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ServiceComponentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
TeamLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExportImportConfigurationLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutSetBranchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
BrowserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserNotificationEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserNotificationEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RepositoryEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PhoneLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AddressLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
CompanyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PortletItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceBlockLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PluginSettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
CompanyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ClusterGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserNotificationDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
TeamLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortletItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
GroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourcePermissionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WorkflowDefinitionLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
TicketLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
WebDAVPropsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserGroupRoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutPrototypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PortletPreferencesLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ClusterGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RoleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
VirtualHostLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SystemEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceBlockPermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LockLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ClassNameLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutRevisionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AccountLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PasswordTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
OrganizationLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SubscriptionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ResourceActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserNotificationDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AccountLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
PhoneLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ResourceTypePermissionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShardLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
GroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ReleaseLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ReleaseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ServiceComponentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserTrackerLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AddressLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShardLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
VirtualHostLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PasswordTrackerLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortalPreferencesLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortletLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
EmailAddressLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
OrgLaborLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ResourceTypePermissionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
RoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MembershipRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserNotificationDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ReleaseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
UserGroupGroupRoleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
PortalPreferencesLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
LayoutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AccountLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ServiceComponentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
UserGroupRoleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
LayoutSetLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WebsiteLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
BackgroundTask |
BackgroundTaskLocalService.fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
BackgroundTask |
BackgroundTaskLocalServiceWrapper.fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static BackgroundTask |
BackgroundTaskLocalServiceUtil.fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
BackgroundTask |
BackgroundTaskLocalService.fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
BackgroundTask |
BackgroundTaskLocalServiceWrapper.fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static BackgroundTask |
BackgroundTaskLocalServiceUtil.fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalService.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static List<BackgroundTask> |
BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalService.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static List<BackgroundTask> |
BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalService.getBackgroundTasks(long groupId,
String name,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalServiceWrapper.getBackgroundTasks(long groupId,
String name,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static List<BackgroundTask> |
BackgroundTaskLocalServiceUtil.getBackgroundTasks(long groupId,
String name,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalService.getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalServiceWrapper.getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static List<BackgroundTask> |
BackgroundTaskLocalServiceUtil.getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalService.getBackgroundTasks(String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
BackgroundTaskLocalServiceWrapper.getBackgroundTasks(String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static List<BackgroundTask> |
BackgroundTaskLocalServiceUtil.getBackgroundTasks(String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<Contact> |
ContactLocalServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
|
List<Contact> |
ContactLocalService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
|
List<Contact> |
ContactService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
|
static List<Contact> |
ContactServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
|
static List<Contact> |
ContactLocalServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
|
List<Contact> |
ContactServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
|
static List<ExportImportConfiguration> |
ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations(long groupId,
int type,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
|
|
List<ExportImportConfiguration> |
ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations(long groupId,
int type,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
|
|
List<ExportImportConfiguration> |
ExportImportConfigurationLocalService.getExportImportConfigurations(long groupId,
int type,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
|
|
static List<Organization> |
OrganizationLocalServiceUtil.getGroupOrganizations(long groupId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
|
|
List<Organization> |
OrganizationLocalServiceWrapper.getGroupOrganizations(long groupId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
|
|
List<Organization> |
OrganizationLocalService.getGroupOrganizations(long groupId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
|
|
List<Role> |
RoleLocalService.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
|
List<Role> |
RoleLocalServiceWrapper.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
|
static List<Role> |
RoleLocalServiceUtil.getGroupRoles(long groupId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
List<UserGroup> |
UserGroupLocalService.getGroupUserGroups(long groupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
List<User> |
UserLocalService.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<User> |
UserLocalServiceWrapper.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
static List<User> |
UserLocalServiceUtil.getGroupUsers(long groupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<User> |
UserLocalService.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<User> |
UserLocalServiceWrapper.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc)
|
|
static List<User> |
UserLocalServiceUtil.getInheritedRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> obc)
|
|
static List<LayoutBranch> |
LayoutBranchLocalServiceUtil.getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
|
|
List<LayoutBranch> |
LayoutBranchLocalServiceWrapper.getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
|
|
List<LayoutBranch> |
LayoutBranchLocalService.getLayoutBranches(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
|
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns a range of layout friendly u r ls matching the UUID and company. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns a range of layout friendly u r ls matching the UUID and company. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns a range of layout friendly u r ls matching the UUID and company. |
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
List<Layout> |
LayoutLocalService.getLayoutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns a range of layouts matching the UUID and company. |
|
List<Layout> |
LayoutLocalServiceWrapper.getLayoutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns a range of layouts matching the UUID and company. |
|
static List<Layout> |
LayoutLocalServiceUtil.getLayoutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns a range of layouts matching the UUID and company. |
|
List<Group> |
GroupLocalService.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and that have at least one layout. |
|
static List<Group> |
GroupLocalServiceUtil.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and that have at least one layout. |
|
List<Group> |
GroupLocalServiceWrapper.getLayoutsGroups(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
Returns a range of all groups that are children of the parent group and that have at least one layout. |
|
List<Group> |
GroupLocalService.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
static List<Group> |
GroupLocalServiceUtil.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
List<Group> |
GroupLocalServiceWrapper.getOrganizationGroups(long organizationId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
static List<Organization> |
OrganizationLocalServiceUtil.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
List<Organization> |
OrganizationLocalServiceWrapper.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
List<Organization> |
OrganizationLocalService.getOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
List<User> |
UserLocalService.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<User> |
UserLocalServiceWrapper.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
static List<User> |
UserLocalServiceUtil.getOrganizationUsers(long organizationId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<Repository> |
RepositoryLocalService.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
|
static List<Repository> |
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
|
List<Repository> |
RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
|
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
|
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
|
List<RepositoryEntry> |
RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
|
List<Group> |
GroupLocalService.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
static List<Group> |
GroupLocalServiceUtil.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
List<Group> |
GroupLocalServiceWrapper.getRoleGroups(long roleId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
List<User> |
UserLocalService.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<User> |
UserLocalServiceWrapper.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
static List<User> |
UserLocalServiceUtil.getRoleUsers(long roleId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<User> |
UserLocalService.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated. As of 7.0.0, replaced by UserLocalService.getSocialUsers(long, int,
String, int, int, OrderByComparator) |
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated. As of 7.0.0, replaced by UserLocalServiceWrapper.getSocialUsers(long, int,
String, int, int, OrderByComparator) |
|
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Deprecated. As of 7.0.0, replaced by UserLocalServiceUtil.getSocialUsers(long, int,
String, int, int, OrderByComparator) |
|
List<User> |
UserLocalService.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> 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<User> obc)
Deprecated. As of 7.0.0, replaced by #getSocialUsers(long, int,
boolean, int, int, OrderByComparator) |
|
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int start,
int end,
OrderByComparator<User> obc)
Deprecated. As of 7.0.0, replaced by #getSocialUsers(long, int,
boolean, int, int, OrderByComparator) |
|
List<User> |
UserLocalService.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc)
|
|
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId,
int socialRelationType,
String socialRelationTypeComparator,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation of the type with both of the given users. |
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation of the type with both of the given users. |
|
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int socialRelationType,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation of the type with both of the given users. |
|
List<User> |
UserLocalService.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation with both of the given users. |
|
List<User> |
UserLocalServiceWrapper.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation with both of the given users. |
|
static List<User> |
UserLocalServiceUtil.getSocialUsers(long userId1,
long userId2,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with a mutual social relation with both of the given users. |
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
List<UserGroup> |
UserGroupLocalService.getTeamUserGroups(long teamId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
List<User> |
UserLocalService.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<User> |
UserLocalServiceWrapper.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
static List<User> |
UserLocalServiceUtil.getTeamUsers(long teamId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<Group> |
GroupLocalService.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
static List<Group> |
GroupLocalServiceUtil.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
List<Group> |
GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
List<Group> |
GroupLocalService.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
static List<Group> |
GroupLocalServiceUtil.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
List<Group> |
GroupLocalServiceWrapper.getUserGroups(long userId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
static List<Team> |
TeamLocalServiceUtil.getUserGroupTeams(long userGroupId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
|
|
List<Team> |
TeamLocalService.getUserGroupTeams(long userGroupId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
|
|
List<Team> |
TeamLocalServiceWrapper.getUserGroupTeams(long userGroupId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
|
|
List<User> |
UserLocalService.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
List<User> |
UserLocalServiceWrapper.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
static List<User> |
UserLocalServiceUtil.getUserGroupUsers(long userGroupId,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
static List<Organization> |
OrganizationLocalServiceUtil.getUserOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
|
|
List<Organization> |
OrganizationLocalServiceWrapper.getUserOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
|
|
List<Organization> |
OrganizationLocalService.getUserOrganizations(long userId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
|
|
List<Role> |
RoleLocalService.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
|
List<Role> |
RoleLocalServiceWrapper.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
|
static List<Role> |
RoleLocalServiceUtil.getUserRoles(long userId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
|
List<Subscription> |
SubscriptionLocalServiceWrapper.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions of the user. |
|
List<Subscription> |
SubscriptionLocalService.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions of the user. |
|
static List<Subscription> |
SubscriptionLocalServiceUtil.getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions of the user. |
|
static List<Team> |
TeamLocalServiceUtil.getUserTeams(long userId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
|
|
List<Team> |
TeamLocalService.getUserTeams(long userId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
|
|
List<Team> |
TeamLocalServiceWrapper.getUserTeams(long userId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
|
|
List<UserGroup> |
UserGroupLocalServiceWrapper.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
static List<UserGroup> |
UserGroupLocalServiceUtil.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
List<UserGroup> |
UserGroupLocalService.getUserUserGroups(long userId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
|
static List<LayoutPrototype> |
LayoutPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
|
List<LayoutPrototype> |
LayoutPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
|
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> obc)
|
|
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> obc)
|
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> obc)
|
|
List<LayoutPrototype> |
LayoutPrototypeService.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
|
static List<LayoutPrototype> |
LayoutPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
|
List<LayoutPrototype> |
LayoutPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc)
|
|
List<LayoutSetPrototype> |
LayoutSetPrototypeService.search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc)
|
|
List<LayoutSetPrototype> |
LayoutSetPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator<LayoutSetPrototype> obc)
|
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
|
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
|
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupServiceWrapper.search(long companyId,
long[] classNameIds,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
|
|
List<Group> |
GroupService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
|
|
List<Group> |
GroupLocalService.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
|
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupServiceWrapper.search(long companyId,
long[] classNameIds,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
|
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalService.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
long parentGroupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
|
static List<Organization> |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
|
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
|
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. |
|
static List<Organization> |
OrganizationLocalServiceUtil.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
|
List<Organization> |
OrganizationLocalServiceWrapper.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
|
List<Organization> |
OrganizationLocalService.search(long companyId,
long parentOrganizationId,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Organization> obc)
Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. |
|
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
|
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
|
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords and types. |
|
List<Role> |
RoleLocalService.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
|
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
|
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the keywords, types, and params. |
|
static List<PasswordPolicy> |
PasswordPolicyLocalServiceUtil.search(long companyId,
String name,
int start,
int end,
OrderByComparator<PasswordPolicy> obc)
|
|
List<PasswordPolicy> |
PasswordPolicyLocalServiceWrapper.search(long companyId,
String name,
int start,
int end,
OrderByComparator<PasswordPolicy> obc)
|
|
List<PasswordPolicy> |
PasswordPolicyLocalService.search(long companyId,
String name,
int start,
int end,
OrderByComparator<PasswordPolicy> obc)
|
|
List<User> |
UserLocalService.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and status, without using the indexer. |
|
List<User> |
UserLocalServiceWrapper.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and status, without using the indexer. |
|
static List<User> |
UserLocalServiceUtil.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users who match the keywords and status, without using the indexer. |
|
List<Group> |
GroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups. |
|
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords. |
|
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords. |
|
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the keywords. |
|
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
|
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
|
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, and types. |
|
List<Role> |
RoleLocalService.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
|
List<Role> |
RoleLocalServiceWrapper.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
|
static List<Role> |
RoleLocalServiceUtil.search(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
Returns an ordered range of all the roles that match the name, description, types, and params. |
|
List<Group> |
GroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
|
static List<Group> |
GroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
|
List<Group> |
GroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. |
|
List<UserGroup> |
UserGroupLocalServiceWrapper.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and description. |
|
static List<UserGroup> |
UserGroupLocalServiceUtil.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and description. |
|
List<UserGroup> |
UserGroupLocalService.search(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
Returns an ordered range of all the user groups that match the name and description. |
|
static List<Team> |
TeamLocalServiceUtil.search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
|
List<Team> |
TeamLocalService.search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
|
List<Team> |
TeamLocalServiceWrapper.search(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
|
List<User> |
UserLocalService.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer. |
|
List<User> |
UserLocalServiceWrapper.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer. |
|
static List<User> |
UserLocalServiceUtil.search(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
OrderByComparator<User> obc)
Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer. |
|
| Uses of OrderByComparator in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence with parameters of type OrderByComparator | ||
|---|---|---|
Contact |
ContactPersistence.fetchByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
|
static Contact |
ContactUtil.fetchByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
|
Contact |
ContactPersistence.fetchByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
|
static Contact |
ContactUtil.fetchByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
|
static Country |
CountryUtil.fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?. |
|
Country |
CountryPersistence.fetchByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?. |
|
Region |
RegionPersistence.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?. |
|
static Region |
RegionUtil.fetchByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?. |
|
static Country |
CountryUtil.fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?. |
|
Country |
CountryPersistence.fetchByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?. |
|
Region |
RegionPersistence.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?. |
|
static Region |
RegionUtil.fetchByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?. |
|
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
|
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
|
static ServiceComponent |
ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
|
ServiceComponent |
ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
|
Region |
RegionPersistence.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
|
static Region |
RegionUtil.fetchByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
|
Region |
RegionPersistence.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
|
static Region |
RegionUtil.fetchByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
|
Address |
AddressPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Address |
AddressUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Phone |
PhonePersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Phone |
PhoneUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Subscription |
SubscriptionPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Subscription |
SubscriptionUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Website |
WebsiteUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Website |
WebsitePersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Address |
AddressPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Address |
AddressUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Phone |
PhonePersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Phone |
PhoneUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Subscription |
SubscriptionPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Subscription |
SubscriptionUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Website |
WebsiteUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Website |
WebsitePersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Address |
AddressPersistence.fetchByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
static Address |
AddressUtil.fetchByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
Address |
AddressPersistence.fetchByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
static Address |
AddressUtil.fetchByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
Address |
AddressPersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Address |
AddressUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Phone |
PhonePersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Phone |
PhoneUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Website |
WebsiteUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Website |
WebsitePersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Address |
AddressPersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Address |
AddressUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Phone |
PhonePersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Phone |
PhoneUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Website |
WebsiteUtil.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Website |
WebsitePersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Address |
AddressPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
|
static Address |
AddressUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
|
Contact |
ContactPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
|
static Contact |
ContactUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
|
Group |
GroupPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?. |
|
static Group |
GroupUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?. |
|
Phone |
PhonePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Phone |
PhoneUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Website |
WebsiteUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
|
Website |
WebsitePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
|
Address |
AddressPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
|
static Address |
AddressUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
|
Contact |
ContactPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
|
static Contact |
ContactUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
|
Group |
GroupPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?. |
|
static Group |
GroupUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?. |
|
Phone |
PhonePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Phone |
PhoneUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Website |
WebsiteUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
|
Website |
WebsitePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
|
Group |
GroupPersistence.fetchByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.fetchByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
Group |
GroupPersistence.fetchByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.fetchByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
User |
UserPersistence.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
|
static User |
UserUtil.fetchByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
|
User |
UserPersistence.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
|
static User |
UserUtil.fetchByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
|
User |
UserPersistence.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
static User |
UserUtil.fetchByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
User |
UserPersistence.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
static User |
UserUtil.fetchByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
User |
UserPersistence.fetchByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
static User |
UserUtil.fetchByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
User |
UserPersistence.fetchByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
static User |
UserUtil.fetchByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
User |
UserPersistence.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
|
static User |
UserUtil.fetchByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
|
User |
UserPersistence.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
|
static User |
UserUtil.fetchByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
|
static ResourceBlock |
ResourceBlockUtil.fetchByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.fetchByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
Group |
GroupPersistence.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.fetchByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
|
Organization |
OrganizationPersistence.fetchByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.fetchByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
UserGroup |
UserGroupPersistence.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
static UserGroup |
UserGroupUtil.fetchByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
Group |
GroupPersistence.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.fetchByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
|
Organization |
OrganizationPersistence.fetchByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.fetchByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
UserGroup |
UserGroupPersistence.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
static UserGroup |
UserGroupUtil.fetchByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
Group |
GroupPersistence.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
static Group |
GroupUtil.fetchByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
Group |
GroupPersistence.fetchByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
static Group |
GroupUtil.fetchByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
Group |
GroupPersistence.fetchByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
static Group |
GroupUtil.fetchByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
Group |
GroupPersistence.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
static Group |
GroupUtil.fetchByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
Group |
GroupPersistence.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
|
static Group |
GroupUtil.fetchByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
|
User |
UserPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
|
static User |
UserUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
|
Group |
GroupPersistence.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
|
static Group |
GroupUtil.fetchByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
|
User |
UserPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
|
static User |
UserUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
|
Role |
RolePersistence.fetchByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
|
static Role |
RoleUtil.fetchByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
|
Organization |
OrganizationPersistence.fetchByC_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
static Organization |
OrganizationUtil.fetchByC_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
Role |
RolePersistence.fetchByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
|
static Role |
RoleUtil.fetchByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
|
Organization |
OrganizationPersistence.fetchByC_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
static Organization |
OrganizationUtil.fetchByC_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
Address |
AddressPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
|
static Address |
AddressUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where companyId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where companyId = ?. |
|
Contact |
ContactPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
|
static Contact |
ContactUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where companyId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where companyId = ?. |
|
Group |
GroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
|
static Group |
GroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
|
Layout |
LayoutPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
|
static Layout |
LayoutUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
|
Organization |
OrganizationPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where companyId = ?. |
|
Phone |
PhonePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
|
static Phone |
PhoneUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
|
static PluginSetting |
PluginSettingUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
|
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
|
static Portlet |
PortletUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
|
Portlet |
PortletPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
|
Role |
RolePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
|
static Role |
RoleUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
|
User |
UserPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
|
static User |
UserUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
|
UserGroup |
UserGroupPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
|
static UserGroup |
UserGroupUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
|
static UserTracker |
UserTrackerUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
|
UserTracker |
UserTrackerPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
|
static Website |
WebsiteUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
|
Website |
WebsitePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
|
Address |
AddressPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
|
static Address |
AddressUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where companyId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where companyId = ?. |
|
Contact |
ContactPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
|
static Contact |
ContactUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where companyId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where companyId = ?. |
|
Group |
GroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
|
static Group |
GroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
|
Layout |
LayoutPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
|
static Layout |
LayoutUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
|
Organization |
OrganizationPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where companyId = ?. |
|
Phone |
PhonePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
|
static Phone |
PhoneUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
|
static PluginSetting |
PluginSettingUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
|
PluginSetting |
PluginSettingPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
|
static Portlet |
PortletUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
|
Portlet |
PortletPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
|
Role |
RolePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
|
static Role |
RoleUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
|
User |
UserPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
|
static User |
UserUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
|
UserGroup |
UserGroupPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
|
static UserGroup |
UserGroupUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
|
static UserTracker |
UserTrackerUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
|
UserTracker |
UserTrackerPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
|
static Website |
WebsiteUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
|
Website |
WebsitePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
|
Region |
RegionPersistence.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
|
static Region |
RegionUtil.fetchByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
|
Region |
RegionPersistence.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
|
static Region |
RegionUtil.fetchByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
|
User |
UserPersistence.fetchByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
|
static User |
UserUtil.fetchByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
|
User |
UserPersistence.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
|
static User |
UserUtil.fetchByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.fetchByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.fetchByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByG_C_C_First(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByG_C_C_First(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.fetchByG_C_C_Last(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.fetchByG_C_C_Last(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
static PortletItem |
PortletItemUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
static PortletItem |
PortletItemUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
Group |
GroupPersistence.fetchByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.fetchByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
Group |
GroupPersistence.fetchByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.fetchByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_N_T_C_First(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_N_T_C_First(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_N_T_C_Last(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_N_T_C_Last(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_N_T_First(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_N_T_First(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_N_T_Last(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_N_T_Last(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
static PortletItem |
PortletItemUtil.fetchByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.fetchByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
static PortletItem |
PortletItemUtil.fetchByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.fetchByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
Layout |
LayoutPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static Layout |
LayoutUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
Layout |
LayoutPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static Layout |
LayoutUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
Layout |
LayoutPersistence.fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static Layout |
LayoutUtil.fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
Layout |
LayoutPersistence.fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static Layout |
LayoutUtil.fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
Layout |
LayoutPersistence.fetchByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
static Layout |
LayoutUtil.fetchByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
Layout |
LayoutPersistence.fetchByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
static Layout |
LayoutUtil.fetchByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and status = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and status = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByG_S_First(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByG_S_First(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and status = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and status = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByG_S_Last(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByG_S_Last(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_T_C_First(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_T_C_First(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_T_C_Last(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_T_C_Last(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByG_T_First(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByG_T_First(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_T_First(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_T_First(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByG_T_Last(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByG_T_Last(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_T_Last(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_T_Last(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByG_T_S_First(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByG_T_S_First(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_T_S_First(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_T_S_First(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByG_T_S_Last(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByG_T_S_Last(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByG_T_S_Last(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByG_T_S_Last(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByGroupId_First(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByGroupId_First(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ?. |
|
Layout |
LayoutPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
|
static Layout |
LayoutUtil.fetchByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?. |
|
static LayoutSet |
LayoutSetUtil.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
|
LayoutSet |
LayoutSetPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
|
Repository |
RepositoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
|
static Repository |
RepositoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?. |
|
static Team |
TeamUtil.fetchByGroupId_First(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
|
Team |
TeamPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ?. |
|
Layout |
LayoutPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
|
static Layout |
LayoutUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?. |
|
static LayoutSet |
LayoutSetUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
|
LayoutSet |
LayoutSetPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
|
Repository |
RepositoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
|
static Repository |
RepositoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
|
static SystemEvent |
SystemEventUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?. |
|
SystemEvent |
SystemEventPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?. |
|
static Team |
TeamUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
|
Team |
TeamPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
static LayoutBranch |
LayoutBranchUtil.fetchByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
LayoutBranch |
LayoutBranchPersistence.fetchByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
Layout |
LayoutPersistence.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
|
static Layout |
LayoutUtil.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
|
Layout |
LayoutPersistence.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
|
static Layout |
LayoutUtil.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
|
static LayoutBranch |
LayoutBranchUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutBranch |
LayoutBranchPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutBranch |
LayoutBranchUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutBranch |
LayoutBranchPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutSet |
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
LayoutSet |
LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
static LayoutSet |
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
LayoutSet |
LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
Organization |
OrganizationPersistence.fetchByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.fetchByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
Organization |
OrganizationPersistence.fetchByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.fetchByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
static Lock |
LockUtil.fetchByLtExpirationDate_First(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
|
Lock |
LockPersistence.fetchByLtExpirationDate_First(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
|
static Lock |
LockUtil.fetchByLtExpirationDate_Last(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
|
Lock |
LockPersistence.fetchByLtExpirationDate_Last(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
|
static Image |
ImageUtil.fetchByLtSize_First(int size,
OrderByComparator<Image> orderByComparator)
Returns the first image in the ordered set where size < ?. |
|
Image |
ImagePersistence.fetchByLtSize_First(int size,
OrderByComparator<Image> orderByComparator)
Returns the first image in the ordered set where size < ?. |
|
static Image |
ImageUtil.fetchByLtSize_Last(int size,
OrderByComparator<Image> orderByComparator)
Returns the last image in the ordered set where size < ?. |
|
Image |
ImagePersistence.fetchByLtSize_Last(int size,
OrderByComparator<Image> orderByComparator)
Returns the last image in the ordered set where size < ?. |
|
ResourceAction |
ResourceActionPersistence.fetchByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
|
static ResourceAction |
ResourceActionUtil.fetchByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
|
Role |
RolePersistence.fetchByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
|
static Role |
RoleUtil.fetchByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
|
ResourceAction |
ResourceActionPersistence.fetchByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
|
static ResourceAction |
ResourceActionUtil.fetchByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
|
Role |
RolePersistence.fetchByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
|
static Role |
RoleUtil.fetchByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
|
Organization |
OrganizationPersistence.fetchByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.fetchByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
Organization |
OrganizationPersistence.fetchByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.fetchByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
OrgLabor |
OrgLaborPersistence.fetchByOrganizationId_First(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
|
static OrgLabor |
OrgLaborUtil.fetchByOrganizationId_First(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
|
OrgLabor |
OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
|
static OrgLabor |
OrgLaborUtil.fetchByOrganizationId_Last(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByP_F_First(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByP_F_First(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByP_F_Last(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByP_F_Last(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
|
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
|
PasswordPolicyRel |
PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.fetchByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.fetchByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByRoleId_First(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where roleId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByRoleId_First(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByRoleId_First(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByRoleId_First(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where roleId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.fetchByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.fetchByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
|
static UserTracker |
UserTrackerUtil.fetchBySessionId_First(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
|
UserTracker |
UserTrackerPersistence.fetchBySessionId_First(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
|
static UserTracker |
UserTrackerUtil.fetchBySessionId_Last(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
|
UserTracker |
UserTrackerPersistence.fetchBySessionId_Last(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
|
Layout |
LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
static Layout |
LayoutUtil.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
Layout |
LayoutPersistence.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
static Layout |
LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByStatus_First(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByStatus_First(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where status = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByStatus_Last(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByStatus_Last(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where status = ?. |
|
Role |
RolePersistence.fetchBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
|
static Role |
RoleUtil.fetchBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
|
Role |
RolePersistence.fetchBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
|
static Role |
RoleUtil.fetchBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
|
Company |
CompanyPersistence.fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?. |
|
static Company |
CompanyUtil.fetchBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?. |
|
Company |
CompanyPersistence.fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?. |
|
static Company |
CompanyUtil.fetchBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?. |
|
Group |
GroupPersistence.fetchByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
|
static Group |
GroupUtil.fetchByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
|
Group |
GroupPersistence.fetchByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
|
static Group |
GroupUtil.fetchByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
|
Role |
RolePersistence.fetchByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
|
static Role |
RoleUtil.fetchByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByT_S_First(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByT_S_First(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
Role |
RolePersistence.fetchByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
|
static Role |
RoleUtil.fetchByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.fetchByT_S_Last(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.fetchByT_S_Last(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
Role |
RolePersistence.fetchByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
|
static Role |
RoleUtil.fetchByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
|
ListType |
ListTypePersistence.fetchByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
|
static ListType |
ListTypeUtil.fetchByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
|
Role |
RolePersistence.fetchByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
|
static Role |
RoleUtil.fetchByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
|
ListType |
ListTypePersistence.fetchByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
|
static ListType |
ListTypeUtil.fetchByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_A_First(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_A_A_First(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_A_Last(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_A_A_Last(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_First(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_A_First(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_Last(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_A_Last(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
|
Subscription |
SubscriptionPersistence.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
|
static Subscription |
SubscriptionUtil.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
|
Subscription |
SubscriptionPersistence.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
|
static Subscription |
SubscriptionUtil.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_A_First(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_D_A_First(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_A_Last(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_D_A_Last(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_First(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_D_First(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_Last(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_D_Last(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_A_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_A_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_First(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_First(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_Last(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByU_DT_Last(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByU_G_First(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByU_G_First(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByU_G_Last(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByU_G_Last(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByUserGroupId_First(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByUserGroupId_First(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.fetchByUserGroupId_Last(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.fetchByUserGroupId_Last(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
|
Address |
AddressPersistence.fetchByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
|
static Address |
AddressUtil.fetchByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByUserId_First(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByUserId_First(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByUserId_First(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByUserId_First(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
|
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
|
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
|
Phone |
PhonePersistence.fetchByUserId_First(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
|
static Phone |
PhoneUtil.fetchByUserId_First(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
|
Subscription |
SubscriptionPersistence.fetchByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
|
static Subscription |
SubscriptionUtil.fetchByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
|
static UserIdMapper |
UserIdMapperUtil.fetchByUserId_First(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
|
UserIdMapper |
UserIdMapperPersistence.fetchByUserId_First(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?. |
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
|
static UserTracker |
UserTrackerUtil.fetchByUserId_First(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
|
UserTracker |
UserTrackerPersistence.fetchByUserId_First(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
|
static Website |
WebsiteUtil.fetchByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?. |
|
Website |
WebsitePersistence.fetchByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?. |
|
Address |
AddressPersistence.fetchByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
|
static Address |
AddressUtil.fetchByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByUserId_Last(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByUserId_Last(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.fetchByUserId_Last(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
|
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
|
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
|
Phone |
PhonePersistence.fetchByUserId_Last(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
|
static Phone |
PhoneUtil.fetchByUserId_Last(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
|
Subscription |
SubscriptionPersistence.fetchByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
|
static Subscription |
SubscriptionUtil.fetchByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
|
static UserIdMapper |
UserIdMapperUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
|
UserIdMapper |
UserIdMapperPersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?. |
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
|
static UserTracker |
UserTrackerUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
|
UserTracker |
UserTrackerPersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
|
static Website |
WebsiteUtil.fetchByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?. |
|
Website |
WebsitePersistence.fetchByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?. |
|
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
|
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
|
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
|
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
|
Address |
AddressPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
|
static Address |
AddressUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
|
Group |
GroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?. |
|
static Group |
GroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?. |
|
Layout |
LayoutPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
|
static Layout |
LayoutUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static Lock |
LockUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
|
Lock |
LockPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
|
Organization |
OrganizationPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?. |
|
static Organization |
OrganizationUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ? and companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ? and companyId = ?. |
|
Phone |
PhonePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ? and companyId = ?. |
|
static Phone |
PhoneUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ? and companyId = ?. |
|
Repository |
RepositoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
|
static Repository |
RepositoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
|
Role |
RolePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
|
static Role |
RoleUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
|
User |
UserPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
|
static User |
UserUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
|
UserGroup |
UserGroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?. |
|
static UserGroup |
UserGroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static Website |
WebsiteUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?. |
|
Website |
WebsitePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?. |
|
Address |
AddressPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
|
static Address |
AddressUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
|
Group |
GroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?. |
|
static Group |
GroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?. |
|
Layout |
LayoutPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
|
static Layout |
LayoutUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static Lock |
LockUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
|
Lock |
LockPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
|
Organization |
OrganizationPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?. |
|
static Organization |
OrganizationUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ? and companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ? and companyId = ?. |
|
Phone |
PhonePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ? and companyId = ?. |
|
static Phone |
PhoneUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ? and companyId = ?. |
|
Repository |
RepositoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
|
static Repository |
RepositoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
|
Role |
RolePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
|
static Role |
RoleUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
|
User |
UserPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
|
static User |
UserUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
|
UserGroup |
UserGroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?. |
|
static UserGroup |
UserGroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static Website |
WebsiteUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?. |
|
Website |
WebsitePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?. |
|
Address |
AddressPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
|
static Address |
AddressUtil.fetchByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByUuid_First(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByUuid_First(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
|
Group |
GroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?. |
|
static Group |
GroupUtil.fetchByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?. |
|
Layout |
LayoutPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
|
static Layout |
LayoutUtil.fetchByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_First(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_First(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
|
static Lock |
LockUtil.fetchByUuid_First(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
|
Lock |
LockPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
|
Organization |
OrganizationPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ?. |
|
static Organization |
OrganizationUtil.fetchByUuid_First(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.fetchByUuid_First(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.fetchByUuid_First(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ?. |
|
Phone |
PhonePersistence.fetchByUuid_First(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ?. |
|
static Phone |
PhoneUtil.fetchByUuid_First(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ?. |
|
Repository |
RepositoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
|
static Repository |
RepositoryUtil.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
|
Role |
RolePersistence.fetchByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
|
static Role |
RoleUtil.fetchByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
|
User |
UserPersistence.fetchByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
|
static User |
UserUtil.fetchByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
|
UserGroup |
UserGroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?. |
|
static UserGroup |
UserGroupUtil.fetchByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_First(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_First(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
|
static Website |
WebsiteUtil.fetchByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?. |
|
Website |
WebsitePersistence.fetchByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?. |
|
Address |
AddressPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
|
static Address |
AddressUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
|
static EmailAddress |
EmailAddressUtil.fetchByUuid_Last(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
|
EmailAddress |
EmailAddressPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
|
Group |
GroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?. |
|
static Group |
GroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?. |
|
Layout |
LayoutPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
|
static Layout |
LayoutUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
|
static Lock |
LockUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
|
Lock |
LockPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
|
Organization |
OrganizationPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ?. |
|
static Organization |
OrganizationUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.fetchByUuid_Last(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ?. |
|
Phone |
PhonePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ?. |
|
static Phone |
PhoneUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ?. |
|
Repository |
RepositoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
|
static Repository |
RepositoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
|
Role |
RolePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
|
static Role |
RoleUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
|
User |
UserPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
|
static User |
UserUtil.fetchByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
|
UserGroup |
UserGroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?. |
|
static UserGroup |
UserGroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.fetchByUuid_Last(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
|
static Website |
WebsiteUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?. |
|
Website |
WebsitePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?. |
|
Organization[] |
OrganizationPersistence.filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
|
static Organization[] |
OrganizationUtil.filterFindByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?. |
|
UserGroup[] |
UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
|
static UserGroup[] |
UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?. |
|
List<Organization> |
OrganizationPersistence.filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?. |
|
static List<Organization> |
OrganizationUtil.filterFindByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?. |
|
List<UserGroup> |
UserGroupPersistence.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?. |
|
static List<UserGroup> |
UserGroupUtil.filterFindByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?. |
|
Role[] |
RolePersistence.filterFindByC_T_PrevAndNext(long roleId,
long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?. |
|
static Role[] |
RoleUtil.filterFindByC_T_PrevAndNext(long roleId,
long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?. |
|
Organization[] |
OrganizationPersistence.filterFindByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?. |
|
static Organization[] |
OrganizationUtil.filterFindByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?. |
|
List<Role> |
RolePersistence.filterFindByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?. |
|
static List<Role> |
RoleUtil.filterFindByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?. |
|
List<Role> |
RolePersistence.filterFindByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?. |
|
static List<Role> |
RoleUtil.filterFindByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?. |
|
List<Organization> |
OrganizationPersistence.filterFindByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?. |
|
static List<Organization> |
OrganizationUtil.filterFindByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?. |
|
Organization[] |
OrganizationPersistence.filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
|
static Organization[] |
OrganizationUtil.filterFindByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
|
static PasswordPolicy[] |
PasswordPolicyUtil.filterFindByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?. |
|
PasswordPolicy[] |
PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?. |
|
Role[] |
RolePersistence.filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?. |
|
static Role[] |
RoleUtil.filterFindByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?. |
|
UserGroup[] |
UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?. |
|
static UserGroup[] |
UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?. |
|
List<Organization> |
OrganizationPersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
|
static List<Organization> |
OrganizationUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
|
static List<PasswordPolicy> |
PasswordPolicyUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?. |
|
List<PasswordPolicy> |
PasswordPolicyPersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?. |
|
List<Role> |
RolePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?. |
|
static List<Role> |
RoleUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where companyId = ?. |
|
List<UserGroup> |
UserGroupPersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?. |
|
static List<UserGroup> |
UserGroupUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?. |
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?. |
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?. |
|
Layout[] |
LayoutPersistence.filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static Layout[] |
LayoutUtil.filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
List<Layout> |
LayoutPersistence.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static List<Layout> |
LayoutUtil.filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
Layout[] |
LayoutPersistence.filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
|
static Layout[] |
LayoutUtil.filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
|
Layout[] |
LayoutPersistence.filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
|
static Layout[] |
LayoutUtil.filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?. |
|
List<Layout> |
LayoutPersistence.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?. |
|
static List<Layout> |
LayoutUtil.filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?. |
|
List<Layout> |
LayoutPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?. |
|
static List<Layout> |
LayoutUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?. |
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
|
Layout[] |
LayoutPersistence.filterFindByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?. |
|
static Layout[] |
LayoutUtil.filterFindByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?. |
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
|
static Team[] |
TeamUtil.filterFindByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?. |
|
Team[] |
TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?. |
|
List<Layout> |
LayoutPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?. |
|
static List<Layout> |
LayoutUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?. |
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
|
static List<Team> |
TeamUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams that the user has permissions to view where groupId = ?. |
|
List<Team> |
TeamPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams that the user has permissions to view where groupId = ?. |
|
Organization[] |
OrganizationPersistence.filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
|
static Organization[] |
OrganizationUtil.filterFindByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?. |
|
List<Organization> |
OrganizationPersistence.filterFindByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
|
static List<Organization> |
OrganizationUtil.filterFindByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?. |
|
Role[] |
RolePersistence.filterFindByName_PrevAndNext(long roleId,
String name,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?. |
|
static Role[] |
RoleUtil.filterFindByName_PrevAndNext(long roleId,
String name,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?. |
|
List<Role> |
RolePersistence.filterFindByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?. |
|
static List<Role> |
RoleUtil.filterFindByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where name = ?. |
|
List<Organization> |
OrganizationPersistence.filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static List<Organization> |
OrganizationUtil.filterFindByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
Role[] |
RolePersistence.filterFindBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?. |
|
static Role[] |
RoleUtil.filterFindBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?. |
|
List<Role> |
RolePersistence.filterFindBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?. |
|
static List<Role> |
RoleUtil.filterFindBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where subtype = ?. |
|
Role[] |
RolePersistence.filterFindByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?. |
|
static Role[] |
RoleUtil.filterFindByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?. |
|
List<Role> |
RolePersistence.filterFindByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?. |
|
static List<Role> |
RoleUtil.filterFindByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?. |
|
Role[] |
RolePersistence.filterFindByType_PrevAndNext(long roleId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?. |
|
static Role[] |
RoleUtil.filterFindByType_PrevAndNext(long roleId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?. |
|
List<Role> |
RolePersistence.filterFindByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ?. |
|
static List<Role> |
RoleUtil.filterFindByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where type = ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
|
Organization[] |
OrganizationPersistence.filterFindByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?. |
|
static Organization[] |
OrganizationUtil.filterFindByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?. |
|
static PasswordPolicy[] |
PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?. |
|
PasswordPolicy[] |
PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?. |
|
Role[] |
RolePersistence.filterFindByUuid_C_PrevAndNext(long roleId,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?. |
|
static Role[] |
RoleUtil.filterFindByUuid_C_PrevAndNext(long roleId,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?. |
|
UserGroup[] |
UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?. |
|
static UserGroup[] |
UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
|
List<Organization> |
OrganizationPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?. |
|
static List<Organization> |
OrganizationUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?. |
|
static List<PasswordPolicy> |
PasswordPolicyUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?. |
|
List<PasswordPolicy> |
PasswordPolicyPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?. |
|
List<Role> |
RolePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?. |
|
static List<Role> |
RoleUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?. |
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?. |
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?. |
|
Organization[] |
OrganizationPersistence.filterFindByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?. |
|
static Organization[] |
OrganizationUtil.filterFindByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?. |
|
static PasswordPolicy[] |
PasswordPolicyUtil.filterFindByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?. |
|
PasswordPolicy[] |
PasswordPolicyPersistence.filterFindByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?. |
|
Role[] |
RolePersistence.filterFindByUuid_PrevAndNext(long roleId,
String uuid,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?. |
|
static Role[] |
RoleUtil.filterFindByUuid_PrevAndNext(long roleId,
String uuid,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?. |
|
UserGroup[] |
UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?. |
|
static UserGroup[] |
UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?. |
|
List<Organization> |
OrganizationPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?. |
|
static List<Organization> |
OrganizationUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?. |
|
static List<PasswordPolicy> |
PasswordPolicyUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?. |
|
List<PasswordPolicy> |
PasswordPolicyPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?. |
|
List<Role> |
RolePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ?. |
|
static List<Role> |
RoleUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles that the user has permissions to view where uuid = ?. |
|
List<UserGroup> |
UserGroupPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?. |
|
static List<UserGroup> |
UserGroupUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?. |
|
List<Account> |
AccountPersistence.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator)
Returns an ordered range of all the accounts. |
|
static List<Account> |
AccountUtil.findAll(int start,
int end,
OrderByComparator<Account> orderByComparator)
Returns an ordered range of all the accounts. |
|
List<Address> |
AddressPersistence.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
|
static List<Address> |
AddressUtil.findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findAll(int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findAll(int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks. |
|
static List<BrowserTracker> |
BrowserTrackerUtil.findAll(int start,
int end,
OrderByComparator<BrowserTracker> orderByComparator)
Returns an ordered range of all the browser trackers. |
|
List<BrowserTracker> |
BrowserTrackerPersistence.findAll(int start,
int end,
OrderByComparator<BrowserTracker> orderByComparator)
Returns an ordered range of all the browser trackers. |
|
static List<ClassName> |
ClassNameUtil.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
|
List<ClassName> |
ClassNamePersistence.findAll(int start,
int end,
OrderByComparator<ClassName> orderByComparator)
Returns an ordered range of all the class names. |
|
static List<ClusterGroup> |
ClusterGroupUtil.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator)
Returns an ordered range of all the cluster groups. |
|
List<ClusterGroup> |
ClusterGroupPersistence.findAll(int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator)
Returns an ordered range of all the cluster groups. |
|
List<Company> |
CompanyPersistence.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies. |
|
static List<Company> |
CompanyUtil.findAll(int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies. |
|
List<Contact> |
ContactPersistence.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts. |
|
static List<Contact> |
ContactUtil.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts. |
|
static List<Country> |
CountryUtil.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries. |
|
List<Country> |
CountryPersistence.findAll(int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries. |
|
static List<EmailAddress> |
EmailAddressUtil.findAll(int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses. |
|
List<EmailAddress> |
EmailAddressPersistence.findAll(int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses. |
|
static List<ExportImportConfiguration> |
ExportImportConfigurationUtil.findAll(int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations. |
|
List<ExportImportConfiguration> |
ExportImportConfigurationPersistence.findAll(int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations. |
|
List<Group> |
GroupPersistence.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups. |
|
static List<Group> |
GroupUtil.findAll(int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups. |
|
static List<Image> |
ImageUtil.findAll(int start,
int end,
OrderByComparator<Image> orderByComparator)
Returns an ordered range of all the images. |
|
List<Image> |
ImagePersistence.findAll(int start,
int end,
OrderByComparator<Image> orderByComparator)
Returns an ordered range of all the images. |
|
List<Layout> |
LayoutPersistence.findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts. |
|
static List<Layout> |
LayoutUtil.findAll(int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts. |
|
static List<LayoutBranch> |
LayoutBranchUtil.findAll(int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs. |
|
List<LayoutBranch> |
LayoutBranchPersistence.findAll(int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findAll(int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findAll(int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions. |
|
static List<LayoutSet> |
LayoutSetUtil.findAll(int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets. |
|
List<LayoutSet> |
LayoutSetPersistence.findAll(int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets. |
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs. |
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll(int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll(int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes. |
|
List<ListType> |
ListTypePersistence.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types. |
|
static List<ListType> |
ListTypeUtil.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types. |
|
static List<Lock> |
LockUtil.findAll(int start,
int end,
OrderByComparator<Lock> orderByComparator)
Returns an ordered range of all the locks. |
|
List<Lock> |
LockPersistence.findAll(int start,
int end,
OrderByComparator<Lock> orderByComparator)
Returns an ordered range of all the locks. |
|
static List<MembershipRequest> |
MembershipRequestUtil.findAll(int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests. |
|
List<MembershipRequest> |
MembershipRequestPersistence.findAll(int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests. |
|
List<Organization> |
OrganizationPersistence.findAll(int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations. |
|
static List<Organization> |
OrganizationUtil.findAll(int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations. |
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
|
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
|
List<OrgLabor> |
OrgLaborPersistence.findAll(int start,
int end,
OrderByComparator<OrgLabor> orderByComparator)
Returns an ordered range of all the org labors. |
|
static List<OrgLabor> |
OrgLaborUtil.findAll(int start,
int end,
OrderByComparator<OrgLabor> orderByComparator)
Returns an ordered range of all the org labors. |
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findAll(int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies. |
|
List<PasswordPolicy> |
PasswordPolicyPersistence.findAll(int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies. |
|
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findAll(int start,
int end,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns an ordered range of all the password policy rels. |
|
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findAll(int start,
int end,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns an ordered range of all the password policy rels. |
|
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
|
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
|
List<Phone> |
PhonePersistence.findAll(int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones. |
|
static List<Phone> |
PhoneUtil.findAll(int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones. |
|
static List<PluginSetting> |
PluginSettingUtil.findAll(int start,
int end,
OrderByComparator<PluginSetting> orderByComparator)
Returns an ordered range of all the plugin settings. |
|
List<PluginSetting> |
PluginSettingPersistence.findAll(int start,
int end,
OrderByComparator<PluginSetting> orderByComparator)
Returns an ordered range of all the plugin settings. |
|
static List<PortalPreferences> |
PortalPreferencesUtil.findAll(int start,
int end,
OrderByComparator<PortalPreferences> orderByComparator)
Returns an ordered range of all the portal preferenceses. |
|
List<PortalPreferences> |
PortalPreferencesPersistence.findAll(int start,
int end,
OrderByComparator<PortalPreferences> orderByComparator)
Returns an ordered range of all the portal preferenceses. |
|
static List<Portlet> |
PortletUtil.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets. |
|
List<Portlet> |
PortletPersistence.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets. |
|
static List<PortletItem> |
PortletItemUtil.findAll(int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items. |
|
List<PortletItem> |
PortletItemPersistence.findAll(int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findAll(int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses. |
|
List<Region> |
RegionPersistence.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions. |
|
static List<Region> |
RegionUtil.findAll(int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions. |
|
static List<Release> |
ReleaseUtil.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator)
Returns an ordered range of all the releases. |
|
List<Release> |
ReleasePersistence.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator)
Returns an ordered range of all the releases. |
|
List<Repository> |
RepositoryPersistence.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
|
static List<Repository> |
RepositoryUtil.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
|
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
|
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions. |
|
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions. |
|
static List<ResourceBlock> |
ResourceBlockUtil.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks. |
|
List<ResourceBlock> |
ResourceBlockPersistence.findAll(int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks. |
|
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findAll(int start,
int end,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block permissions. |
|
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findAll(int start,
int end,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block permissions. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions. |
|
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findAll(int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions. |
|
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findAll(int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions. |
|
List<Role> |
RolePersistence.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
|
static List<Role> |
RoleUtil.findAll(int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles. |
|
static List<ServiceComponent> |
ServiceComponentUtil.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components. |
|
List<ServiceComponent> |
ServiceComponentPersistence.findAll(int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components. |
|
static List<Shard> |
ShardUtil.findAll(int start,
int end,
OrderByComparator<Shard> orderByComparator)
Returns an ordered range of all the shards. |
|
List<Shard> |
ShardPersistence.findAll(int start,
int end,
OrderByComparator<Shard> orderByComparator)
Returns an ordered range of all the shards. |
|
List<Subscription> |
SubscriptionPersistence.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions. |
|
static List<Subscription> |
SubscriptionUtil.findAll(int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions. |
|
static List<SystemEvent> |
SystemEventUtil.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events. |
|
List<SystemEvent> |
SystemEventPersistence.findAll(int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events. |
|
static List<Team> |
TeamUtil.findAll(int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams. |
|
List<Team> |
TeamPersistence.findAll(int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams. |
|
List<Ticket> |
TicketPersistence.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets. |
|
static List<Ticket> |
TicketUtil.findAll(int start,
int end,
OrderByComparator<Ticket> orderByComparator)
Returns an ordered range of all the tickets. |
|
List<User> |
UserPersistence.findAll(int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users. |
|
static List<User> |
UserUtil.findAll(int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users. |
|
List<UserGroup> |
UserGroupPersistence.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups. |
|
static List<UserGroup> |
UserGroupUtil.findAll(int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups. |
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findAll(int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles. |
|
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles. |
|
static List<UserGroupRole> |
UserGroupRoleUtil.findAll(int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles. |
|
List<UserGroupRole> |
UserGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles. |
|
static List<UserIdMapper> |
UserIdMapperUtil.findAll(int start,
int end,
OrderByComparator<UserIdMapper> orderByComparator)
Returns an ordered range of all the user ID mappers. |
|
List<UserIdMapper> |
UserIdMapperPersistence.findAll(int start,
int end,
OrderByComparator<UserIdMapper> orderByComparator)
Returns an ordered range of all the user ID mappers. |
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries. |
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events. |
|
static List<UserTracker> |
UserTrackerUtil.findAll(int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers. |
|
List<UserTracker> |
UserTrackerPersistence.findAll(int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers. |
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths. |
|
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths. |
|
List<VirtualHost> |
VirtualHostPersistence.findAll(int start,
int end,
OrderByComparator<VirtualHost> orderByComparator)
Returns an ordered range of all the virtual hosts. |
|
static List<VirtualHost> |
VirtualHostUtil.findAll(int start,
int end,
OrderByComparator<VirtualHost> orderByComparator)
Returns an ordered range of all the virtual hosts. |
|
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator)
Returns an ordered range of all the web d a v propses. |
|
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator)
Returns an ordered range of all the web d a v propses. |
|
static List<Website> |
WebsiteUtil.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites. |
|
List<Website> |
WebsitePersistence.findAll(int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites. |
|
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findAll(int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links. |
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findAll(int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links. |
|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findAll(int start,
int end,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns an ordered range of all the workflow instance links. |
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findAll(int start,
int end,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns an ordered range of all the workflow instance links. |
|
Contact |
ContactPersistence.findByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
|
static Contact |
ContactUtil.findByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
|
Contact |
ContactPersistence.findByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
|
static Contact |
ContactUtil.findByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
|
Contact[] |
ContactPersistence.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?. |
|
static Contact[] |
ContactUtil.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?. |
|
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where accountId = ?. |
|
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where accountId = ?. |
|
static Country |
CountryUtil.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?. |
|
Country |
CountryPersistence.findByActive_First(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the first country in the ordered set where active = ?. |
|
Region |
RegionPersistence.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?. |
|
static Region |
RegionUtil.findByActive_First(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where active = ?. |
|
static Country |
CountryUtil.findByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?. |
|
Country |
CountryPersistence.findByActive_Last(boolean active,
OrderByComparator<Country> orderByComparator)
Returns the last country in the ordered set where active = ?. |
|
Region |
RegionPersistence.findByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?. |
|
static Region |
RegionUtil.findByActive_Last(boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where active = ?. |
|
static Country[] |
CountryUtil.findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where active = ?. |
|
Country[] |
CountryPersistence.findByActive_PrevAndNext(long countryId,
boolean active,
OrderByComparator<Country> orderByComparator)
Returns the countries before and after the current country in the ordered set where active = ?. |
|
Region[] |
RegionPersistence.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?. |
|
static Region[] |
RegionUtil.findByActive_PrevAndNext(long regionId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where active = ?. |
|
static List<Country> |
CountryUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where active = ?. |
|
List<Country> |
CountryPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Country> orderByComparator)
Returns an ordered range of all the countries where active = ?. |
|
List<Region> |
RegionPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where active = ?. |
|
static List<Region> |
RegionUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where active = ?. |
|
static ServiceComponent |
ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
|
ServiceComponent |
ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the first service component in the ordered set where buildNamespace = ?. |
|
static ServiceComponent |
ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
|
ServiceComponent |
ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the last service component in the ordered set where buildNamespace = ?. |
|
static ServiceComponent[] |
ServiceComponentUtil.findByBuildNamespace_PrevAndNext(long serviceComponentId,
String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the service components before and after the current service component in the ordered set where buildNamespace = ?. |
|
ServiceComponent[] |
ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId,
String buildNamespace,
OrderByComparator<ServiceComponent> orderByComparator)
Returns the service components before and after the current service component in the ordered set where buildNamespace = ?. |
|
static List<ServiceComponent> |
ServiceComponentUtil.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?. |
|
List<ServiceComponent> |
ServiceComponentPersistence.findByBuildNamespace(String buildNamespace,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
Returns an ordered range of all the service components where buildNamespace = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
|
Region |
RegionPersistence.findByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
|
static Region |
RegionUtil.findByC_A_First(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ? and active = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
|
Region |
RegionPersistence.findByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
|
static Region |
RegionUtil.findByC_A_Last(long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ? and active = ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
|
Region[] |
RegionPersistence.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?. |
|
static Region[] |
RegionUtil.findByC_A_PrevAndNext(long regionId,
long countryId,
boolean active,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
|
List<Region> |
RegionPersistence.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?. |
|
static List<Region> |
RegionUtil.findByC_A(long countryId,
boolean active,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ? and active = ?. |
|
Address |
AddressPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Address |
AddressUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
EmailAddress |
EmailAddressPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Phone |
PhonePersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Phone |
PhoneUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Subscription |
SubscriptionPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Subscription |
SubscriptionUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Website |
WebsiteUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Website |
WebsitePersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Address |
AddressPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Address |
AddressUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
EmailAddress |
EmailAddressPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Phone |
PhonePersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Phone |
PhoneUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Subscription |
SubscriptionPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Subscription |
SubscriptionUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Website |
WebsiteUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Website |
WebsitePersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Address |
AddressPersistence.findByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
static Address |
AddressUtil.findByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
Address |
AddressPersistence.findByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
static Address |
AddressUtil.findByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
Address[] |
AddressPersistence.findByC_C_C_M_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
static Address[] |
AddressUtil.findByC_C_C_M_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
List<Address> |
AddressPersistence.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
static List<Address> |
AddressUtil.findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?. |
|
Address |
AddressPersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Address |
AddressUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
EmailAddress |
EmailAddressPersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Phone |
PhonePersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Phone |
PhoneUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Website |
WebsiteUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Website |
WebsitePersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Address |
AddressPersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Address |
AddressUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static EmailAddress |
EmailAddressUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
EmailAddress |
EmailAddressPersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Phone |
PhonePersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Phone |
PhoneUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Website |
WebsiteUtil.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Website |
WebsitePersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Address[] |
AddressPersistence.findByC_C_C_P_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Address[] |
AddressUtil.findByC_C_C_P_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static EmailAddress[] |
EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
EmailAddress[] |
EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Phone[] |
PhonePersistence.findByC_C_C_P_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Phone[] |
PhoneUtil.findByC_C_C_P_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static Website[] |
WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Website[] |
WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
List<Address> |
AddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static List<Address> |
AddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
List<Phone> |
PhonePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static List<Phone> |
PhoneUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
static List<Website> |
WebsiteUtil.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
List<Website> |
WebsitePersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
|
Address[] |
AddressPersistence.findByC_C_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Address[] |
AddressUtil.findByC_C_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static EmailAddress[] |
EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
EmailAddress[] |
EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Phone[] |
PhonePersistence.findByC_C_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Phone[] |
PhoneUtil.findByC_C_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Subscription[] |
SubscriptionPersistence.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Subscription[] |
SubscriptionUtil.findByC_C_C_PrevAndNext(long subscriptionId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
static Website[] |
WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
Website[] |
WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
|
List<Address> |
AddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
|
static List<Address> |
AddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?. |
|
static List<EmailAddress> |
EmailAddressUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
|
List<EmailAddress> |
EmailAddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
|
List<Phone> |
PhonePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?. |
|
static List<Phone> |
PhoneUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?. |
|
List<Subscription> |
SubscriptionPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
|
static List<Subscription> |
SubscriptionUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?. |
|
static List<Website> |
WebsiteUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?. |
|
List<Website> |
WebsitePersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?. |
|
Address |
AddressPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
|
static Address |
AddressUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?. |
|
Contact |
ContactPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
|
static Contact |
ContactUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
|
Group |
GroupPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?. |
|
static Group |
GroupUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?. |
|
Phone |
PhonePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Phone |
PhoneUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Website |
WebsiteUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
|
Website |
WebsitePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ? and classNameId = ?. |
|
Address |
AddressPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
|
static Address |
AddressUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?. |
|
Contact |
ContactPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
|
static Contact |
ContactUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
|
static EmailAddress |
EmailAddressUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
|
Group |
GroupPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?. |
|
static Group |
GroupUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?. |
|
Phone |
PhonePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Phone |
PhoneUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Website |
WebsiteUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
|
Website |
WebsitePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ? and classNameId = ?. |
|
Group |
GroupPersistence.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
Group |
GroupPersistence.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
Group[] |
GroupPersistence.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
static Group[] |
GroupUtil.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
List<Group> |
GroupPersistence.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
static List<Group> |
GroupUtil.findByC_C_P(long companyId,
long classNameId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?. |
|
List<Group> |
GroupFinder.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
|
|
static List<Group> |
GroupFinderUtil.findByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Group> obc)
|
|
Address[] |
AddressPersistence.findByC_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?. |
|
static Address[] |
AddressUtil.findByC_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?. |
|
Contact[] |
ContactPersistence.findByC_C_PrevAndNext(long contactId,
long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?. |
|
static Contact[] |
ContactUtil.findByC_C_PrevAndNext(long contactId,
long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?. |
|
static EmailAddress[] |
EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?. |
|
EmailAddress[] |
EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?. |
|
Group[] |
GroupPersistence.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?. |
|
static Group[] |
GroupUtil.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?. |
|
Phone[] |
PhonePersistence.findByC_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Phone[] |
PhoneUtil.findByC_C_PrevAndNext(long phoneId,
long companyId,
long classNameId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?. |
|
static Website[] |
WebsiteUtil.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?. |
|
Website[] |
WebsitePersistence.findByC_C_PrevAndNext(long websiteId,
long companyId,
long classNameId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?. |
|
List<Address> |
AddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
|
static List<Address> |
AddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?. |
|
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?. |
|
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?. |
|
static List<EmailAddress> |
EmailAddressUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?. |
|
List<EmailAddress> |
EmailAddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?. |
|
List<Group> |
GroupPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?. |
|
static List<Group> |
GroupUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and classNameId = ?. |
|
List<Phone> |
PhonePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ?. |
|
static List<Phone> |
PhoneUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ? and classNameId = ?. |
|
static List<Website> |
WebsiteUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?. |
|
List<Website> |
WebsitePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ? and classNameId = ?. |
|
User |
UserPersistence.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
|
static User |
UserUtil.findByC_CD_First(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ?. |
|
User |
UserPersistence.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
|
static User |
UserUtil.findByC_CD_Last(long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ?. |
|
User |
UserPersistence.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
static User |
UserUtil.findByC_CD_MD_First(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
User |
UserPersistence.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
static User |
UserUtil.findByC_CD_MD_Last(long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
User[] |
UserPersistence.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
static User[] |
UserUtil.findByC_CD_MD_PrevAndNext(long userId,
long companyId,
Date createDate,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?. |
|
List<User> |
UserPersistence.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
|
static List<User> |
UserUtil.findByC_CD_MD(long companyId,
Date createDate,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?. |
|
User[] |
UserPersistence.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?. |
|
static User[] |
UserUtil.findByC_CD_PrevAndNext(long userId,
long companyId,
Date createDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?. |
|
List<User> |
UserPersistence.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?. |
|
static List<User> |
UserUtil.findByC_CD(long companyId,
Date createDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and createDate = ?. |
|
User |
UserPersistence.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
static User |
UserUtil.findByC_DU_S_First(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
User |
UserPersistence.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
static User |
UserUtil.findByC_DU_S_Last(long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
User[] |
UserPersistence.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
static User[] |
UserUtil.findByC_DU_S_PrevAndNext(long userId,
long companyId,
boolean defaultUser,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and defaultUser = ? and status = ?. |
|
List<User> |
UserPersistence.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?. |
|
static List<User> |
UserUtil.findByC_DU_S(long companyId,
boolean defaultUser,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and defaultUser = ? and status = ?. |
|
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String[] firstNames,
String[] middleNames,
String[] lastNames,
String[] screenNames,
String[] emailAddresses,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc)
|
|
static List<User> |
UserFinderUtil.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<User> |
UserFinder.findByC_FN_MN_LN_SN_EA_S(long companyId,
String firstName,
String middleName,
String lastName,
String screenName,
String emailAddress,
int status,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<User> obc)
|
|
static ResourceBlock |
ResourceBlockUtil.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.findByC_G_N_First(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
static ResourceBlock |
ResourceBlockUtil.findByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.findByC_G_N_Last(long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
static ResourceBlock[] |
ResourceBlockUtil.findByC_G_N_PrevAndNext(long resourceBlockId,
long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
ResourceBlock[] |
ResourceBlockPersistence.findByC_G_N_PrevAndNext(long resourceBlockId,
long companyId,
long groupId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and groupId = ? and name = ?. |
|
static List<ResourceBlock> |
ResourceBlockUtil.findByC_G_N(long companyId,
long groupId,
String name,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?. |
|
List<ResourceBlock> |
ResourceBlockPersistence.findByC_G_N(long companyId,
long groupId,
String name,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and groupId = ? and name = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByC_LikeP_First(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByC_LikeP_Last(long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId,
long companyId,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_LikeP(long companyId,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?. |
|
User |
UserPersistence.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
|
static User |
UserUtil.findByC_MD_First(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and modifiedDate = ?. |
|
User |
UserPersistence.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
|
static User |
UserUtil.findByC_MD_Last(long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and modifiedDate = ?. |
|
User[] |
UserPersistence.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?. |
|
static User[] |
UserUtil.findByC_MD_PrevAndNext(long userId,
long companyId,
Date modifiedDate,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?. |
|
List<User> |
UserPersistence.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?. |
|
static List<User> |
UserUtil.findByC_MD(long companyId,
Date modifiedDate,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and modifiedDate = ?. |
|
List<Role> |
RoleFinder.findByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
|
static List<Role> |
RoleFinderUtil.findByC_N_D_T(long companyId,
String[] names,
String[] descriptions,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
|
List<Role> |
RoleFinder.findByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
|
static List<Role> |
RoleFinderUtil.findByC_N_D_T(long companyId,
String name,
String description,
Integer[] types,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Role> obc)
|
|
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
|
|
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
|
|
List<UserGroup> |
UserGroupFinder.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
|
|
static List<UserGroup> |
UserGroupFinderUtil.findByC_N_D(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<UserGroup> obc)
|
|
static ResourceBlock |
ResourceBlockUtil.findByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.findByC_N_First(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the first resource block in the ordered set where companyId = ? and name = ?. |
|
static ResourceBlock |
ResourceBlockUtil.findByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
|
ResourceBlock |
ResourceBlockPersistence.findByC_N_Last(long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the last resource block in the ordered set where companyId = ? and name = ?. |
|
static ResourceBlock[] |
ResourceBlockUtil.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?. |
|
ResourceBlock[] |
ResourceBlockPersistence.findByC_N_PrevAndNext(long resourceBlockId,
long companyId,
String name,
OrderByComparator<ResourceBlock> orderByComparator)
Returns the resource blocks before and after the current resource block in the ordered set where companyId = ? and name = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.findByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.findByC_N_R_First(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.findByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.findByC_N_R_Last(long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
ResourceTypePermission[] |
ResourceTypePermissionPersistence.findByC_N_R_PrevAndNext(long resourceTypePermissionId,
long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
static ResourceTypePermission[] |
ResourceTypePermissionUtil.findByC_N_R_PrevAndNext(long resourceTypePermissionId,
long companyId,
String name,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?. |
|
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
|
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByC_N_R(long companyId,
String name,
long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions where companyId = ? and name = ? and roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
|
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
|
static List<PasswordPolicy> |
PasswordPolicyFinderUtil.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator<PasswordPolicy> obc)
|
|
List<PasswordPolicy> |
PasswordPolicyFinder.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator<PasswordPolicy> obc)
|
|
static List<ResourceBlock> |
ResourceBlockUtil.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and name = ?. |
|
List<ResourceBlock> |
ResourceBlockPersistence.findByC_N(long companyId,
String name,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
Returns an ordered range of all the resource blocks where companyId = ? and name = ?. |
|
Group |
GroupPersistence.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?. |
|
Organization |
OrganizationPersistence.findByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.findByC_P_First(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
UserGroup |
UserGroupPersistence.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
static UserGroup |
UserGroupUtil.findByC_P_First(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
Group |
GroupPersistence.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?. |
|
Organization |
OrganizationPersistence.findByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.findByC_P_Last(long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
UserGroup |
UserGroupPersistence.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
static UserGroup |
UserGroupUtil.findByC_P_Last(long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
Group[] |
GroupPersistence.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?. |
|
static Group[] |
GroupUtil.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?. |
|
Organization[] |
OrganizationPersistence.findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
static Organization[] |
OrganizationUtil.findByC_P_PrevAndNext(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?. |
|
UserGroup[] |
UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
static UserGroup[] |
UserGroupUtil.findByC_P_PrevAndNext(long userGroupId,
long companyId,
long parentUserGroupId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?. |
|
Group |
GroupPersistence.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
static Group |
GroupUtil.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
Group |
GroupPersistence.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
static Group |
GroupUtil.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
Group |
GroupPersistence.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
static Group |
GroupUtil.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
Group[] |
GroupPersistence.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
static Group[] |
GroupUtil.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
List<Group> |
GroupPersistence.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
static List<Group> |
GroupUtil.findByC_P_S_I(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?. |
|
Group |
GroupPersistence.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
static Group |
GroupUtil.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
Group[] |
GroupPersistence.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
static Group[] |
GroupUtil.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?. |
|
List<Group> |
GroupPersistence.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?. |
|
static List<Group> |
GroupUtil.findByC_P_S(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?. |
|
List<Group> |
GroupPersistence.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?. |
|
static List<Group> |
GroupUtil.findByC_P(long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?. |
|
List<Organization> |
OrganizationPersistence.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?. |
|
static List<Organization> |
OrganizationUtil.findByC_P(long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?. |
|
List<UserGroup> |
UserGroupPersistence.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?. |
|
static List<UserGroup> |
UserGroupUtil.findByC_P(long companyId,
long parentUserGroupId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?. |
|
static List<Organization> |
OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String[] names,
String type,
String[] streets,
String[] cities,
String[] zips,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
List<Organization> |
OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String[] names,
String type,
String[] streets,
String[] cities,
String[] zips,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
static List<Organization> |
OrganizationFinderUtil.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
List<Organization> |
OrganizationFinder.findByC_PO_N_T_S_C_Z_R_C(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String name,
String type,
String street,
String city,
String zip,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
boolean andOperator,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
Group |
GroupPersistence.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
|
static Group |
GroupUtil.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?. |
|
User |
UserPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
|
static User |
UserUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ? and status = ?. |
|
Group |
GroupPersistence.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
|
static Group |
GroupUtil.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?. |
|
User |
UserPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
|
static User |
UserUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ? and status = ?. |
|
Group[] |
GroupPersistence.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?. |
|
static Group[] |
GroupUtil.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?. |
|
User[] |
UserPersistence.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?. |
|
static User[] |
UserUtil.findByC_S_PrevAndNext(long userId,
long companyId,
int status,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ? and status = ?. |
|
List<Group> |
GroupPersistence.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?. |
|
static List<Group> |
GroupUtil.findByC_S(long companyId,
boolean site,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ? and site = ?. |
|
List<User> |
UserPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?. |
|
static List<User> |
UserUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ? and status = ?. |
|
Role |
RolePersistence.findByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
|
static Role |
RoleUtil.findByC_T_First(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ? and type = ?. |
|
Organization |
OrganizationPersistence.findByC_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
static Organization |
OrganizationUtil.findByC_T_First(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
Role |
RolePersistence.findByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
|
static Role |
RoleUtil.findByC_T_Last(long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ? and type = ?. |
|
Organization |
OrganizationPersistence.findByC_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
static Organization |
OrganizationUtil.findByC_T_Last(long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
Role[] |
RolePersistence.findByC_T_PrevAndNext(long roleId,
long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?. |
|
static Role[] |
RoleUtil.findByC_T_PrevAndNext(long roleId,
long companyId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?. |
|
Organization[] |
OrganizationPersistence.findByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
static Organization[] |
OrganizationUtil.findByC_T_PrevAndNext(long organizationId,
long companyId,
String treePath,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?. |
|
List<Role> |
RolePersistence.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = any ?. |
|
static List<Role> |
RoleUtil.findByC_T(long companyId,
int[] types,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = any ?. |
|
List<Role> |
RolePersistence.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
|
static List<Role> |
RoleUtil.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ? and type = ?. |
|
List<Organization> |
OrganizationPersistence.findByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?. |
|
static List<Organization> |
OrganizationUtil.findByC_T(long companyId,
String treePath,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?. |
|
List<Subscription> |
SubscriptionPersistence.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?. |
|
static List<Subscription> |
SubscriptionUtil.findByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByC_W_W_First(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByC_W_W_Last(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
WorkflowDefinitionLink[] |
WorkflowDefinitionLinkPersistence.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
static WorkflowDefinitionLink[] |
WorkflowDefinitionLinkUtil.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByC_W_W(long companyId,
String workflowDefinitionName,
int workflowDefinitionVersion,
int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?. |
|
Address |
AddressPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
|
static Address |
AddressUtil.findByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByCompanyId_First(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where companyId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByCompanyId_First(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where companyId = ?. |
|
Contact |
ContactPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
|
static Contact |
ContactUtil.findByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.findByCompanyId_First(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByCompanyId_First(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByCompanyId_First(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where companyId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByCompanyId_First(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where companyId = ?. |
|
Group |
GroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
|
static Group |
GroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?. |
|
Layout |
LayoutPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
|
static Layout |
LayoutUtil.findByCompanyId_First(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByCompanyId_First(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
|
Organization |
OrganizationPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.findByCompanyId_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.findByCompanyId_First(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.findByCompanyId_First(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where companyId = ?. |
|
Phone |
PhonePersistence.findByCompanyId_First(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
|
static Phone |
PhoneUtil.findByCompanyId_First(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where companyId = ?. |
|
static PluginSetting |
PluginSettingUtil.findByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
|
PluginSetting |
PluginSettingPersistence.findByCompanyId_First(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the first plugin setting in the ordered set where companyId = ?. |
|
static Portlet |
PortletUtil.findByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
|
Portlet |
PortletPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?. |
|
Role |
RolePersistence.findByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
|
static Role |
RoleUtil.findByCompanyId_First(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where companyId = ?. |
|
User |
UserPersistence.findByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
|
static User |
UserUtil.findByCompanyId_First(long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where companyId = ?. |
|
UserGroup |
UserGroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
|
static UserGroup |
UserGroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where companyId = ?. |
|
static UserTracker |
UserTrackerUtil.findByCompanyId_First(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
|
UserTracker |
UserTrackerPersistence.findByCompanyId_First(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where companyId = ?. |
|
static Website |
WebsiteUtil.findByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
|
Website |
WebsitePersistence.findByCompanyId_First(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where companyId = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByCompanyId_First(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where companyId = ?. |
|
Address |
AddressPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
|
static Address |
AddressUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByCompanyId_Last(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where companyId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where companyId = ?. |
|
Contact |
ContactPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
|
static Contact |
ContactUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.findByCompanyId_Last(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByCompanyId_Last(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where companyId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where companyId = ?. |
|
Group |
GroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
|
static Group |
GroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?. |
|
Layout |
LayoutPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
|
static Layout |
LayoutUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
|
Organization |
OrganizationPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.findByCompanyId_Last(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where companyId = ?. |
|
Phone |
PhonePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
|
static Phone |
PhoneUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where companyId = ?. |
|
static PluginSetting |
PluginSettingUtil.findByCompanyId_Last(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
|
PluginSetting |
PluginSettingPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the last plugin setting in the ordered set where companyId = ?. |
|
static Portlet |
PortletUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
|
Portlet |
PortletPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?. |
|
Role |
RolePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
|
static Role |
RoleUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where companyId = ?. |
|
User |
UserPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
|
static User |
UserUtil.findByCompanyId_Last(long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where companyId = ?. |
|
UserGroup |
UserGroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
|
static UserGroup |
UserGroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where companyId = ?. |
|
static UserTracker |
UserTrackerUtil.findByCompanyId_Last(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
|
UserTracker |
UserTrackerPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where companyId = ?. |
|
static Website |
WebsiteUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
|
Website |
WebsitePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where companyId = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where companyId = ?. |
|
Address[] |
AddressPersistence.findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?. |
|
static Address[] |
AddressUtil.findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByCompanyId_PrevAndNext(long backgroundTaskId,
long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where companyId = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByCompanyId_PrevAndNext(long backgroundTaskId,
long companyId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where companyId = ?. |
|
Contact[] |
ContactPersistence.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?. |
|
static Contact[] |
ContactUtil.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?. |
|
static EmailAddress[] |
EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?. |
|
EmailAddress[] |
EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?. |
|
static ExportImportConfiguration[] |
ExportImportConfigurationUtil.findByCompanyId_PrevAndNext(long exportImportConfigurationId,
long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?. |
|
ExportImportConfiguration[] |
ExportImportConfigurationPersistence.findByCompanyId_PrevAndNext(long exportImportConfigurationId,
long companyId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?. |
|
Group[] |
GroupPersistence.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?. |
|
static Group[] |
GroupUtil.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?. |
|
Layout[] |
LayoutPersistence.findByCompanyId_PrevAndNext(long plid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?. |
|
static Layout[] |
LayoutUtil.findByCompanyId_PrevAndNext(long plid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?. |
|
static LayoutFriendlyURL[] |
LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext(long layoutFriendlyURLId,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?. |
|
LayoutFriendlyURL[] |
LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext(long layoutFriendlyURLId,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
|
Organization[] |
OrganizationPersistence.findByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
|
static Organization[] |
OrganizationUtil.findByCompanyId_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
|
static PasswordPolicy[] |
PasswordPolicyUtil.findByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where companyId = ?. |
|
PasswordPolicy[] |
PasswordPolicyPersistence.findByCompanyId_PrevAndNext(long passwordPolicyId,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where companyId = ?. |
|
Phone[] |
PhonePersistence.findByCompanyId_PrevAndNext(long phoneId,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ?. |
|
static Phone[] |
PhoneUtil.findByCompanyId_PrevAndNext(long phoneId,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where companyId = ?. |
|
static PluginSetting[] |
PluginSettingUtil.findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?. |
|
PluginSetting[] |
PluginSettingPersistence.findByCompanyId_PrevAndNext(long pluginSettingId,
long companyId,
OrderByComparator<PluginSetting> orderByComparator)
Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?. |
|
static Portlet[] |
PortletUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?. |
|
Portlet[] |
PortletPersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?. |
|
Role[] |
RolePersistence.findByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?. |
|
static Role[] |
RoleUtil.findByCompanyId_PrevAndNext(long roleId,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where companyId = ?. |
|
User[] |
UserPersistence.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?. |
|
static User[] |
UserUtil.findByCompanyId_PrevAndNext(long userId,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where companyId = ?. |
|
UserGroup[] |
UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?. |
|
static UserGroup[] |
UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where companyId = ?. |
|
static UserTracker[] |
UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId,
long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?. |
|
UserTracker[] |
UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId,
long companyId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?. |
|
static Website[] |
WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?. |
|
Website[] |
WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where companyId = ?. |
|
WorkflowDefinitionLink[] |
WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?. |
|
static WorkflowDefinitionLink[] |
WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId,
long companyId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?. |
|
List<Address> |
AddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
|
static List<Address> |
AddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where companyId = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where companyId = ?. |
|
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where companyId = ?. |
|
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where companyId = ?. |
|
static List<EmailAddress> |
EmailAddressUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ?. |
|
List<EmailAddress> |
EmailAddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where companyId = ?. |
|
static List<ExportImportConfiguration> |
ExportImportConfigurationUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where companyId = ?. |
|
List<ExportImportConfiguration> |
ExportImportConfigurationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where companyId = ?. |
|
List<Group> |
GroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ?. |
|
static List<Group> |
GroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where companyId = ?. |
|
List<Layout> |
LayoutPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ?. |
|
static List<Layout> |
LayoutUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ?. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where companyId = ?. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where companyId = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?. |
|
List<Organization> |
OrganizationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
|
static List<Organization> |
OrganizationUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies where companyId = ?. |
|
List<PasswordPolicy> |
PasswordPolicyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies where companyId = ?. |
|
List<Phone> |
PhonePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ?. |
|
static List<Phone> |
PhoneUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where companyId = ?. |
|
static List<PluginSetting> |
PluginSettingUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PluginSetting> orderByComparator)
Returns an ordered range of all the plugin settings where companyId = ?. |
|
List<PluginSetting> |
PluginSettingPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<PluginSetting> orderByComparator)
Returns an ordered range of all the plugin settings where companyId = ?. |
|
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets where companyId = ?. |
|
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets where companyId = ?. |
|
List<Role> |
RolePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
|
static List<Role> |
RoleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where companyId = ?. |
|
List<User> |
UserPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ?. |
|
static List<User> |
UserUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where companyId = ?. |
|
List<UserGroup> |
UserGroupPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ?. |
|
static List<UserGroup> |
UserGroupUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where companyId = ?. |
|
static List<UserTracker> |
UserTrackerUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers where companyId = ?. |
|
List<UserTracker> |
UserTrackerPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers where companyId = ?. |
|
static List<Website> |
WebsiteUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ?. |
|
List<Website> |
WebsitePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where companyId = ?. |
|
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ?. |
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links where companyId = ?. |
|
List<Group> |
GroupFinder.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
|
|
static List<Group> |
GroupFinderUtil.findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
|
|
Region |
RegionPersistence.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
|
static Region |
RegionUtil.findByCountryId_First(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the first region in the ordered set where countryId = ?. |
|
Region |
RegionPersistence.findByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
|
static Region |
RegionUtil.findByCountryId_Last(long countryId,
OrderByComparator<Region> orderByComparator)
Returns the last region in the ordered set where countryId = ?. |
|
Region[] |
RegionPersistence.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?. |
|
static Region[] |
RegionUtil.findByCountryId_PrevAndNext(long regionId,
long countryId,
OrderByComparator<Region> orderByComparator)
Returns the regions before and after the current region in the ordered set where countryId = ?. |
|
List<Region> |
RegionPersistence.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ?. |
|
static List<Region> |
RegionUtil.findByCountryId(long countryId,
int start,
int end,
OrderByComparator<Region> orderByComparator)
Returns an ordered range of all the regions where countryId = ?. |
|
User |
UserPersistence.findByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
|
static User |
UserUtil.findByEmailAddress_First(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where emailAddress = ?. |
|
User |
UserPersistence.findByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
|
static User |
UserUtil.findByEmailAddress_Last(String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where emailAddress = ?. |
|
User[] |
UserPersistence.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?. |
|
static User[] |
UserUtil.findByEmailAddress_PrevAndNext(long userId,
String emailAddress,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where emailAddress = ?. |
|
List<User> |
UserPersistence.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where emailAddress = ?. |
|
static List<User> |
UserUtil.findByEmailAddress(String emailAddress,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where emailAddress = ?. |
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
WorkflowInstanceLink[] |
WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static WorkflowInstanceLink[] |
WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
List<WorkflowInstanceLink> |
WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId,
long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
|
static SystemEvent |
SystemEventUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
SystemEvent |
SystemEventPersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByG_C_C_First(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByG_C_C_First(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static SystemEvent |
SystemEventUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
SystemEvent |
SystemEventPersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
WorkflowDefinitionLink |
WorkflowDefinitionLinkPersistence.findByG_C_C_Last(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static WorkflowDefinitionLink |
WorkflowDefinitionLinkUtil.findByG_C_C_Last(long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static SystemEvent[] |
SystemEventUtil.findByG_C_C_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
SystemEvent[] |
SystemEventPersistence.findByG_C_C_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
|
WorkflowDefinitionLink[] |
WorkflowDefinitionLinkPersistence.findByG_C_C_PrevAndNext(long workflowDefinitionLinkId,
long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static WorkflowDefinitionLink[] |
WorkflowDefinitionLinkUtil.findByG_C_C_PrevAndNext(long workflowDefinitionLinkId,
long groupId,
long companyId,
long classNameId,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?. |
|
static SystemEvent |
SystemEventUtil.findByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
SystemEvent |
SystemEventPersistence.findByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
static SystemEvent |
SystemEventUtil.findByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
SystemEvent |
SystemEventPersistence.findByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
static SystemEvent[] |
SystemEventUtil.findByG_C_C_T_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
SystemEvent[] |
SystemEventPersistence.findByG_C_C_T_PrevAndNext(long systemEventId,
long groupId,
long classNameId,
long classPK,
int type,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
|
static List<SystemEvent> |
SystemEventUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?. |
|
List<SystemEvent> |
SystemEventPersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?. |
|
List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkPersistence.findByG_C_C(long groupId,
long companyId,
long classNameId,
int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?. |
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findByG_C_C(long groupId,
long companyId,
long classNameId,
int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?. |
|
static PortletItem |
PortletItemUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
static PortletItem |
PortletItemUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
Group |
GroupPersistence.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
Group |
GroupPersistence.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
static Group |
GroupUtil.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?. |
|
List<Group> |
GroupPersistence.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?. |
|
static List<Group> |
GroupUtil.findByG_C_P(long groupId,
long companyId,
long parentGroupId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?. |
|
static PortletItem[] |
PortletItemUtil.findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
PortletItem[] |
PortletItemPersistence.findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?. |
|
static List<PortletItem> |
PortletItemUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?. |
|
List<PortletItem> |
PortletItemPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?. |
|
List<Team> |
TeamFinder.findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
|
static List<Team> |
TeamFinderUtil.findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
|
static BackgroundTask |
BackgroundTaskUtil.findByG_N_T_C_First(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_N_T_C_First(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_N_T_C_Last(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_N_T_C_Last(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByG_N_T_C_PrevAndNext(long backgroundTaskId,
long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByG_N_T_C_PrevAndNext(long backgroundTaskId,
long groupId,
String name,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_N_T_C(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_N_T_C(long groupId,
String name,
String taskExecutorClassName,
boolean completed,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_N_T_First(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_N_T_First(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_N_T_Last(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_N_T_Last(long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByG_N_T_PrevAndNext(long backgroundTaskId,
long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByG_N_T_PrevAndNext(long backgroundTaskId,
long groupId,
String name,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_N_T(long groupId,
String name,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_N_T(long groupId,
String name,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?. |
|
static PortletItem |
PortletItemUtil.findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
static PortletItem |
PortletItemUtil.findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
PortletItem |
PortletItemPersistence.findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
static PortletItem[] |
PortletItemUtil.findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
PortletItem[] |
PortletItemPersistence.findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
|
static List<PortletItem> |
PortletItemUtil.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
|
List<PortletItem> |
PortletItemPersistence.findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
static LayoutFriendlyURL[] |
LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext(long layoutFriendlyURLId,
long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
LayoutFriendlyURL[] |
LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext(long layoutFriendlyURLId,
long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?. |
|
Layout |
LayoutPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static Layout |
LayoutUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
Layout |
LayoutPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static Layout |
LayoutUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
|
Layout |
LayoutPersistence.findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static Layout |
LayoutUtil.findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
Layout |
LayoutPersistence.findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static Layout |
LayoutUtil.findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
Layout[] |
LayoutPersistence.findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static Layout[] |
LayoutUtil.findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
List<Layout> |
LayoutPersistence.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
static List<Layout> |
LayoutUtil.findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?. |
|
Layout[] |
LayoutPersistence.findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static Layout[] |
LayoutUtil.findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?. |
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
|
Layout |
LayoutPersistence.findByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
static Layout |
LayoutUtil.findByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
Layout |
LayoutPersistence.findByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
static Layout |
LayoutUtil.findByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
Layout[] |
LayoutPersistence.findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
static Layout[] |
LayoutUtil.findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?. |
|
List<Layout> |
LayoutPersistence.findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?. |
|
static List<Layout> |
LayoutUtil.findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?. |
|
List<Layout> |
LayoutPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?. |
|
static List<Layout> |
LayoutUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?. |
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByG_R_First(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByG_R_Last(long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?. |
|
static UserGroupRole[] |
UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?. |
|
UserGroupRole[] |
UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?. |
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?. |
|
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?. |
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?. |
|
List<UserGroupRole> |
UserGroupRolePersistence.findByG_R(long groupId,
long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where groupId = ? and roleId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and status = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and status = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByG_S_First(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByG_S_First(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
|
static SystemEvent |
SystemEventUtil.findByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
SystemEvent |
SystemEventPersistence.findByG_S_First(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and status = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and status = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByG_S_Last(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByG_S_Last(long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
|
static SystemEvent |
SystemEventUtil.findByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
SystemEvent |
SystemEventPersistence.findByG_S_Last(long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByG_S_PrevAndNext(long backgroundTaskId,
long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByG_S_PrevAndNext(long backgroundTaskId,
long groupId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?. |
|
static ExportImportConfiguration[] |
ExportImportConfigurationUtil.findByG_S_PrevAndNext(long exportImportConfigurationId,
long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?. |
|
ExportImportConfiguration[] |
ExportImportConfigurationPersistence.findByG_S_PrevAndNext(long exportImportConfigurationId,
long groupId,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?. |
|
static MembershipRequest[] |
MembershipRequestUtil.findByG_S_PrevAndNext(long membershipRequestId,
long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?. |
|
MembershipRequest[] |
MembershipRequestPersistence.findByG_S_PrevAndNext(long membershipRequestId,
long groupId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?. |
|
static SystemEvent[] |
SystemEventUtil.findByG_S_PrevAndNext(long systemEventId,
long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
SystemEvent[] |
SystemEventPersistence.findByG_S_PrevAndNext(long systemEventId,
long groupId,
long systemEventSetKey,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and status = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and status = ?. |
|
static List<ExportImportConfiguration> |
ExportImportConfigurationUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ? and status = ?. |
|
List<ExportImportConfiguration> |
ExportImportConfigurationPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ? and status = ?. |
|
static List<MembershipRequest> |
MembershipRequestUtil.findByG_S(long groupId,
int statusId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and statusId = ?. |
|
List<MembershipRequest> |
MembershipRequestPersistence.findByG_S(long groupId,
int statusId,
int start,
int end,
OrderByComparator<MembershipRequest> 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<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?. |
|
List<SystemEvent> |
SystemEventPersistence.findByG_S(long groupId,
long systemEventSetKey,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_T_C_First(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_T_C_First(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_T_C_Last(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_T_C_Last(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByG_T_C_PrevAndNext(long backgroundTaskId,
long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByG_T_C_PrevAndNext(long backgroundTaskId,
long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_T_C(long groupId,
String[] taskExecutorClassNames,
boolean completed,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_T_C(long groupId,
String[] taskExecutorClassNames,
boolean completed,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and completed = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_T_C(long groupId,
String taskExecutorClassName,
boolean completed,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_T_C(long groupId,
String taskExecutorClassName,
boolean completed,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByG_T_First(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByG_T_First(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_T_First(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_T_First(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByG_T_Last(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByG_T_Last(long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_T_Last(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_T_Last(long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
static ExportImportConfiguration[] |
ExportImportConfigurationUtil.findByG_T_PrevAndNext(long exportImportConfigurationId,
long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?. |
|
ExportImportConfiguration[] |
ExportImportConfigurationPersistence.findByG_T_PrevAndNext(long exportImportConfigurationId,
long groupId,
int type,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByG_T_PrevAndNext(long backgroundTaskId,
long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByG_T_PrevAndNext(long backgroundTaskId,
long groupId,
String taskExecutorClassName,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByG_T_S_First(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByG_T_S_First(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_T_S_First(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_T_S_First(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByG_T_S_Last(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByG_T_S_Last(long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByG_T_S_Last(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByG_T_S_Last(long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
static ExportImportConfiguration[] |
ExportImportConfigurationUtil.findByG_T_S_PrevAndNext(long exportImportConfigurationId,
long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
ExportImportConfiguration[] |
ExportImportConfigurationPersistence.findByG_T_S_PrevAndNext(long exportImportConfigurationId,
long groupId,
int type,
int status,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByG_T_S_PrevAndNext(long backgroundTaskId,
long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByG_T_S_PrevAndNext(long backgroundTaskId,
long groupId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
static List<ExportImportConfiguration> |
ExportImportConfigurationUtil.findByG_T_S(long groupId,
int type,
int status,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?. |
|
List<ExportImportConfiguration> |
ExportImportConfigurationPersistence.findByG_T_S(long groupId,
int type,
int status,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_T_S(long groupId,
String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_T_S(long groupId,
String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_T_S(long groupId,
String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_T_S(long groupId,
String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?. |
|
static List<ExportImportConfiguration> |
ExportImportConfigurationUtil.findByG_T(long groupId,
int type,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ? and type = ?. |
|
List<ExportImportConfiguration> |
ExportImportConfigurationPersistence.findByG_T(long groupId,
int type,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ? and type = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_T(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_T(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByG_T(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByG_T(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByG_U_S_Last(long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
static MembershipRequest[] |
MembershipRequestUtil.findByG_U_S_PrevAndNext(long membershipRequestId,
long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
MembershipRequest[] |
MembershipRequestPersistence.findByG_U_S_PrevAndNext(long membershipRequestId,
long groupId,
long userId,
int statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
|
static List<MembershipRequest> |
MembershipRequestUtil.findByG_U_S(long groupId,
long userId,
int statusId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?. |
|
List<MembershipRequest> |
MembershipRequestPersistence.findByG_U_S(long groupId,
long userId,
int statusId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByGroupId_First(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByGroupId_First(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where groupId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByGroupId_First(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByGroupId_First(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the first export import configuration in the ordered set where groupId = ?. |
|
Layout |
LayoutPersistence.findByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
|
static Layout |
LayoutUtil.findByGroupId_First(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where groupId = ?. |
|
static LayoutSet |
LayoutSetUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
|
LayoutSet |
LayoutSetPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByGroupId_First(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByGroupId_First(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
|
Repository |
RepositoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
|
static Repository |
RepositoryUtil.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
|
static SystemEvent |
SystemEventUtil.findByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?. |
|
SystemEvent |
SystemEventPersistence.findByGroupId_First(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the first system event in the ordered set where groupId = ?. |
|
static Team |
TeamUtil.findByGroupId_First(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
|
Team |
TeamPersistence.findByGroupId_First(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByGroupId_Last(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where groupId = ?. |
|
static ExportImportConfiguration |
ExportImportConfigurationUtil.findByGroupId_Last(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ?. |
|
ExportImportConfiguration |
ExportImportConfigurationPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the last export import configuration in the ordered set where groupId = ?. |
|
Layout |
LayoutPersistence.findByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
|
static Layout |
LayoutUtil.findByGroupId_Last(long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where groupId = ?. |
|
static LayoutSet |
LayoutSetUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
|
LayoutSet |
LayoutSetPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?. |
|
static LayoutSetBranch |
LayoutSetBranchUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
|
LayoutSetBranch |
LayoutSetBranchPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByGroupId_Last(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
|
Repository |
RepositoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
|
static Repository |
RepositoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
|
static SystemEvent |
SystemEventUtil.findByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?. |
|
SystemEvent |
SystemEventPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the last system event in the ordered set where groupId = ?. |
|
static Team |
TeamUtil.findByGroupId_Last(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
|
Team |
TeamPersistence.findByGroupId_Last(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where groupId = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByGroupId_PrevAndNext(long backgroundTaskId,
long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByGroupId_PrevAndNext(long backgroundTaskId,
long groupId,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where groupId = ?. |
|
static ExportImportConfiguration[] |
ExportImportConfigurationUtil.findByGroupId_PrevAndNext(long exportImportConfigurationId,
long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?. |
|
ExportImportConfiguration[] |
ExportImportConfigurationPersistence.findByGroupId_PrevAndNext(long exportImportConfigurationId,
long groupId,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?. |
|
Layout[] |
LayoutPersistence.findByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?. |
|
static Layout[] |
LayoutUtil.findByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?. |
|
static LayoutFriendlyURL[] |
LayoutFriendlyURLUtil.findByGroupId_PrevAndNext(long layoutFriendlyURLId,
long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?. |
|
LayoutFriendlyURL[] |
LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext(long layoutFriendlyURLId,
long groupId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?. |
|
static LayoutSet[] |
LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ?. |
|
LayoutSet[] |
LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ?. |
|
static LayoutSetBranch[] |
LayoutSetBranchUtil.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
|
LayoutSetBranch[] |
LayoutSetBranchPersistence.findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
|
static MembershipRequest[] |
MembershipRequestUtil.findByGroupId_PrevAndNext(long membershipRequestId,
long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ?. |
|
MembershipRequest[] |
MembershipRequestPersistence.findByGroupId_PrevAndNext(long membershipRequestId,
long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ?. |
|
Repository[] |
RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
|
static Repository[] |
RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
|
static SystemEvent[] |
SystemEventUtil.findByGroupId_PrevAndNext(long systemEventId,
long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ?. |
|
SystemEvent[] |
SystemEventPersistence.findByGroupId_PrevAndNext(long systemEventId,
long groupId,
OrderByComparator<SystemEvent> orderByComparator)
Returns the system events before and after the current system event in the ordered set where groupId = ?. |
|
static Team[] |
TeamUtil.findByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where groupId = ?. |
|
Team[] |
TeamPersistence.findByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where groupId = ?. |
|
static OrgGroupRole[] |
OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
|
OrgGroupRole[] |
OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
|
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?. |
|
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?. |
|
static UserGroupRole[] |
UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ?. |
|
UserGroupRole[] |
UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where groupId = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where groupId = ?. |
|
static List<ExportImportConfiguration> |
ExportImportConfigurationUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ?. |
|
List<ExportImportConfiguration> |
ExportImportConfigurationPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
Returns an ordered range of all the export import configurations where groupId = ?. |
|
List<Layout> |
LayoutPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ?. |
|
static List<Layout> |
LayoutUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ?. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ?. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where groupId = ?. |
|
static List<LayoutSet> |
LayoutSetUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where groupId = ?. |
|
List<LayoutSet> |
LayoutSetPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where groupId = ?. |
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
|
List<LayoutSetBranch> |
LayoutSetBranchPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
|
static List<MembershipRequest> |
MembershipRequestUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where groupId = ?. |
|
List<MembershipRequest> |
MembershipRequestPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where groupId = ?. |
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
|
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
|
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
|
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
|
static List<SystemEvent> |
SystemEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ?. |
|
List<SystemEvent> |
SystemEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
Returns an ordered range of all the system events where groupId = ?. |
|
static List<Team> |
TeamUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams where groupId = ?. |
|
List<Team> |
TeamPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams where groupId = ?. |
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ?. |
|
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where groupId = ?. |
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where groupId = ?. |
|
List<UserGroupRole> |
UserGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where groupId = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?. |
|
static List<Organization> |
OrganizationFinderUtil.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
List<Organization> |
OrganizationFinder.findByKeywords(long companyId,
long parentOrganizationId,
String parentOrganizationIdComparator,
String keywords,
String type,
Long regionId,
Long countryId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Organization> obc)
|
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
|
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
int start,
int end,
OrderByComparator<Role> obc)
|
|
List<Role> |
RoleFinder.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
|
static List<Role> |
RoleFinderUtil.findByKeywords(long companyId,
String keywords,
Integer[] types,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Role> obc)
|
|
static List<User> |
UserFinderUtil.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<User> |
UserFinder.findByKeywords(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<UserGroup> |
UserGroupFinder.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
|
|
static List<UserGroup> |
UserGroupFinderUtil.findByKeywords(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<UserGroup> obc)
|
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
static LayoutBranch |
LayoutBranchUtil.findByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
LayoutBranch |
LayoutBranchPersistence.findByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
static LayoutBranch[] |
LayoutBranchUtil.findByL_P_M_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
LayoutBranch[] |
LayoutBranchPersistence.findByL_P_M_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
|
static List<LayoutBranch> |
LayoutBranchUtil.findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
|
List<LayoutBranch> |
LayoutBranchPersistence.findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
|
static LayoutBranch[] |
LayoutBranchUtil.findByL_P_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutBranch[] |
LayoutBranchPersistence.findByL_P_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
|
static List<LayoutBranch> |
LayoutBranchUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
|
List<LayoutBranch> |
LayoutBranchPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
|
Layout |
LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
|
static Layout |
LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?. |
|
Layout |
LayoutPersistence.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
|
static Layout |
LayoutUtil.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?. |
|
Layout[] |
LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext(long plid,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?. |
|
static Layout[] |
LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext(long plid,
String layoutPrototypeUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?. |
|
List<Layout> |
LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?. |
|
static List<Layout> |
LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?. |
|
List<Group> |
GroupFinder.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
|
|
static List<Group> |
GroupFinderUtil.findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
|
|
static LayoutBranch |
LayoutBranchUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutBranch |
LayoutBranchPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutBranch |
LayoutBranchUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutBranch |
LayoutBranchPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutBranch[] |
LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutBranch[] |
LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?. |
|
static List<LayoutBranch> |
LayoutBranchUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?. |
|
List<LayoutBranch> |
LayoutBranchPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?. |
|
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
LayoutSet |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
LayoutSet |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
static LayoutSet[] |
LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
LayoutSet[] |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?. |
|
static List<LayoutSet> |
LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?. |
|
List<LayoutSet> |
LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?. |
|
Organization |
OrganizationPersistence.findByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.findByLocations_First(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where companyId = ?. |
|
Organization |
OrganizationPersistence.findByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
static Organization |
OrganizationUtil.findByLocations_Last(long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where companyId = ?. |
|
Organization[] |
OrganizationPersistence.findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
|
static Organization[] |
OrganizationUtil.findByLocations_PrevAndNext(long organizationId,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where companyId = ?. |
|
List<Organization> |
OrganizationPersistence.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
|
static List<Organization> |
OrganizationUtil.findByLocations(long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where companyId = ?. |
|
static Lock |
LockUtil.findByLtExpirationDate_First(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
|
Lock |
LockPersistence.findByLtExpirationDate_First(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where expirationDate < ?. |
|
static Lock |
LockUtil.findByLtExpirationDate_Last(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
|
Lock |
LockPersistence.findByLtExpirationDate_Last(Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where expirationDate < ?. |
|
static Lock[] |
LockUtil.findByLtExpirationDate_PrevAndNext(long lockId,
Date expirationDate,
OrderByComparator<Lock> orderByComparator)
Returns the locks before and after the current lock in the ordered set where expirationDate < ?. |
|
Lock[] |
LockPersistence.findByLtExpirationDate_PrevAndNext(long lockId,
Date expirationDate,
OrderByComparator<Lock> 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<Lock> orderByComparator)
Returns an ordered range of all the locks where expirationDate < ?. |
|
List<Lock> |
LockPersistence.findByLtExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator<Lock> orderByComparator)
Returns an ordered range of all the locks where expirationDate < ?. |
|
static Image |
ImageUtil.findByLtSize_First(int size,
OrderByComparator<Image> orderByComparator)
Returns the first image in the ordered set where size < ?. |
|
Image |
ImagePersistence.findByLtSize_First(int size,
OrderByComparator<Image> orderByComparator)
Returns the first image in the ordered set where size < ?. |
|
static Image |
ImageUtil.findByLtSize_Last(int size,
OrderByComparator<Image> orderByComparator)
Returns the last image in the ordered set where size < ?. |
|
Image |
ImagePersistence.findByLtSize_Last(int size,
OrderByComparator<Image> orderByComparator)
Returns the last image in the ordered set where size < ?. |
|
static Image[] |
ImageUtil.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator<Image> orderByComparator)
Returns the images before and after the current image in the ordered set where size < ?. |
|
Image[] |
ImagePersistence.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator<Image> orderByComparator)
Returns the images before and after the current image in the ordered set where size < ?. |
|
static List<Image> |
ImageUtil.findByLtSize(int size,
int start,
int end,
OrderByComparator<Image> orderByComparator)
Returns an ordered range of all the images where size < ?. |
|
List<Image> |
ImagePersistence.findByLtSize(int size,
int start,
int end,
OrderByComparator<Image> orderByComparator)
Returns an ordered range of all the images where size < ?. |
|
ResourceAction |
ResourceActionPersistence.findByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
|
static ResourceAction |
ResourceActionUtil.findByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?. |
|
Role |
RolePersistence.findByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
|
static Role |
RoleUtil.findByName_First(String name,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where name = ?. |
|
ResourceAction |
ResourceActionPersistence.findByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
|
static ResourceAction |
ResourceActionUtil.findByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?. |
|
Role |
RolePersistence.findByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
|
static Role |
RoleUtil.findByName_Last(String name,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where name = ?. |
|
ResourceAction[] |
ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?. |
|
static ResourceAction[] |
ResourceActionUtil.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?. |
|
Role[] |
RolePersistence.findByName_PrevAndNext(long roleId,
String name,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?. |
|
static Role[] |
RoleUtil.findByName_PrevAndNext(long roleId,
String name,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where name = ?. |
|
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions where name = ?. |
|
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions where name = ?. |
|
List<Role> |
RolePersistence.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
|
static List<Role> |
RoleUtil.findByName(String name,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where name = ?. |
|
Organization |
OrganizationPersistence.findByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.findByO_C_P_First(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
Organization |
OrganizationPersistence.findByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static Organization |
OrganizationUtil.findByO_C_P_Last(long organizationId,
long companyId,
long parentOrganizationId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
List<Organization> |
OrganizationPersistence.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static List<Organization> |
OrganizationUtil.findByO_C_P(long organizationId,
long companyId,
long parentOrganizationId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_O_P_First(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
static PortletPreferences[] |
PortletPreferencesUtil.findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
PortletPreferences[] |
PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_O_PI_First(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
static PortletPreferences[] |
PortletPreferencesUtil.findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
PortletPreferences[] |
PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_O_PI(long ownerId,
int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_P_First(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_P_Last(int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_P_P_First(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByO_P_P_Last(int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
static PortletPreferences[] |
PortletPreferencesUtil.findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
PortletPreferences[] |
PortletPreferencesPersistence.findByO_P_P_PrevAndNext(long portletPreferencesId,
int ownerType,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_P_P(int ownerType,
long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?. |
|
static PortletPreferences[] |
PortletPreferencesUtil.findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
PortletPreferences[] |
PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId,
int ownerType,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findByO_P(int ownerType,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?. |
|
OrgLabor |
OrgLaborPersistence.findByOrganizationId_First(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
|
static OrgLabor |
OrgLaborUtil.findByOrganizationId_First(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the first org labor in the ordered set where organizationId = ?. |
|
OrgLabor |
OrgLaborPersistence.findByOrganizationId_Last(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
|
static OrgLabor |
OrgLaborUtil.findByOrganizationId_Last(long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the last org labor in the ordered set where organizationId = ?. |
|
OrgLabor[] |
OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the org labors before and after the current org labor in the ordered set where organizationId = ?. |
|
static OrgLabor[] |
OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator<OrgLabor> orderByComparator)
Returns the org labors before and after the current org labor in the ordered set where organizationId = ?. |
|
List<OrgLabor> |
OrgLaborPersistence.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator<OrgLabor> orderByComparator)
Returns an ordered range of all the org labors where organizationId = ?. |
|
static List<OrgLabor> |
OrgLaborUtil.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator<OrgLabor> orderByComparator)
Returns an ordered range of all the org labors where organizationId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByP_F_First(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByP_F_First(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByP_F_Last(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByP_F_Last(long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
static LayoutFriendlyURL[] |
LayoutFriendlyURLUtil.findByP_F_PrevAndNext(long layoutFriendlyURLId,
long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
LayoutFriendlyURL[] |
LayoutFriendlyURLPersistence.findByP_F_PrevAndNext(long layoutFriendlyURLId,
long plid,
String friendlyURL,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findByP_F(long plid,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findByP_F(long plid,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByP_P_First(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByP_P_Last(long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
static PortletPreferences[] |
PortletPreferencesUtil.findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
PortletPreferences[] |
PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findByP_P(long plid,
String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?. |
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.findByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
|
PasswordPolicyRel |
PasswordPolicyRelPersistence.findByPasswordPolicyId_First(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the first password policy rel in the ordered set where passwordPolicyId = ?. |
|
static PasswordPolicyRel |
PasswordPolicyRelUtil.findByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
|
PasswordPolicyRel |
PasswordPolicyRelPersistence.findByPasswordPolicyId_Last(long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the last password policy rel in the ordered set where passwordPolicyId = ?. |
|
static PasswordPolicyRel[] |
PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?. |
|
PasswordPolicyRel[] |
PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext(long passwordPolicyRelId,
long passwordPolicyId,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?. |
|
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findByPasswordPolicyId(long passwordPolicyId,
int start,
int end,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns an ordered range of all the password policy rels where passwordPolicyId = ?. |
|
List<PasswordPolicyRel> |
PasswordPolicyRelPersistence.findByPasswordPolicyId(long passwordPolicyId,
int start,
int end,
OrderByComparator<PasswordPolicyRel> orderByComparator)
Returns an ordered range of all the password policy rels where passwordPolicyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByPlid_First(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByPlid_First(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where plid = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByPlid_Last(long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where plid = ?. |
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
|
static LayoutRevision |
LayoutRevisionUtil.findByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByPlid_Last(long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where plid = ?. |
|
static LayoutFriendlyURL[] |
LayoutFriendlyURLUtil.findByPlid_PrevAndNext(long layoutFriendlyURLId,
long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?. |
|
LayoutFriendlyURL[] |
LayoutFriendlyURLPersistence.findByPlid_PrevAndNext(long layoutFriendlyURLId,
long plid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?. |
|
LayoutRevision[] |
LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?. |
|
static LayoutRevision[] |
LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?. |
|
static PortletPreferences[] |
PortletPreferencesUtil.findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?. |
|
PortletPreferences[] |
PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ?. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where plid = ?. |
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?. |
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where plid = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByPortletId_First(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the first portlet preferences in the ordered set where portletId = ?. |
|
static PortletPreferences |
PortletPreferencesUtil.findByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
|
PortletPreferences |
PortletPreferencesPersistence.findByPortletId_Last(String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the last portlet preferences in the ordered set where portletId = ?. |
|
static PortletPreferences[] |
PortletPreferencesUtil.findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?. |
|
PortletPreferences[] |
PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId,
String portletId,
OrderByComparator<PortletPreferences> orderByComparator)
Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?. |
|
static List<PortletPreferences> |
PortletPreferencesUtil.findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?. |
|
List<PortletPreferences> |
PortletPreferencesPersistence.findByPortletId(String portletId,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
Returns an ordered range of all the portlet preferenceses where portletId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
|
static RepositoryEntry[] |
RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
|
RepositoryEntry[] |
RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
|
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where resourceBlockId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where resourceBlockId = ?. |
|
static ResourceBlockPermission[] |
ResourceBlockPermissionUtil.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId,
long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?. |
|
ResourceBlockPermission[] |
ResourceBlockPermissionPersistence.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId,
long resourceBlockId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?. |
|
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block permissions where resourceBlockId = ?. |
|
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block permissions where resourceBlockId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByRoleId_First(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where roleId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the first resource block permission in the ordered set where roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where roleId = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.findByRoleId_First(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the first resource type permission in the ordered set where roleId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?. |
|
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
|
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
|
static ResourceBlockPermission |
ResourceBlockPermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where roleId = ?. |
|
ResourceBlockPermission |
ResourceBlockPermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the last resource block permission in the ordered set where roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where roleId = ?. |
|
ResourceTypePermission |
ResourceTypePermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
|
static ResourceTypePermission |
ResourceTypePermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the last resource type permission in the ordered set where roleId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where roleId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where roleId = ?. |
|
static ResourceBlockPermission[] |
ResourceBlockPermissionUtil.findByRoleId_PrevAndNext(long resourceBlockPermissionId,
long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?. |
|
ResourceBlockPermission[] |
ResourceBlockPermissionPersistence.findByRoleId_PrevAndNext(long resourceBlockPermissionId,
long roleId,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?. |
|
static ResourcePermission[] |
ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?. |
|
ResourcePermission[] |
ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?. |
|
ResourceTypePermission[] |
ResourceTypePermissionPersistence.findByRoleId_PrevAndNext(long resourceTypePermissionId,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?. |
|
static ResourceTypePermission[] |
ResourceTypePermissionUtil.findByRoleId_PrevAndNext(long resourceTypePermissionId,
long roleId,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?. |
|
static OrgGroupRole[] |
OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
|
OrgGroupRole[] |
OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
|
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?. |
|
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?. |
|
static UserGroupRole[] |
UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where roleId = ?. |
|
UserGroupRole[] |
UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where roleId = ?. |
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
|
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
|
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block permissions where roleId = ?. |
|
List<ResourceBlockPermission> |
ResourceBlockPermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourceBlockPermission> orderByComparator)
Returns an ordered range of all the resource block permissions where roleId = ?. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where roleId = ?. |
|
List<ResourceTypePermission> |
ResourceTypePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions where roleId = ?. |
|
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
Returns an ordered range of all the resource type permissions where roleId = ?. |
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where roleId = ?. |
|
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where roleId = ?. |
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where roleId = ?. |
|
List<UserGroupRole> |
UserGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where roleId = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByScope_First(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the first resource permission in the ordered set where scope = ?. |
|
static ResourcePermission |
ResourcePermissionUtil.findByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
|
ResourcePermission |
ResourcePermissionPersistence.findByScope_Last(int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the last resource permission in the ordered set where scope = ?. |
|
static ResourcePermission[] |
ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?. |
|
ResourcePermission[] |
ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId,
int scope,
OrderByComparator<ResourcePermission> orderByComparator)
Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int[] scopes,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = any ?. |
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?. |
|
List<ResourcePermission> |
ResourcePermissionPersistence.findByScope(int scope,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
Returns an ordered range of all the resource permissions where scope = ?. |
|
static UserTracker |
UserTrackerUtil.findBySessionId_First(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
|
UserTracker |
UserTrackerPersistence.findBySessionId_First(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where sessionId = ?. |
|
static UserTracker |
UserTrackerUtil.findBySessionId_Last(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
|
UserTracker |
UserTrackerPersistence.findBySessionId_Last(String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where sessionId = ?. |
|
static UserTracker[] |
UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId,
String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?. |
|
UserTracker[] |
UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId,
String sessionId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?. |
|
static List<UserTracker> |
UserTrackerUtil.findBySessionId(String sessionId,
int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers where sessionId = ?. |
|
List<UserTracker> |
UserTrackerPersistence.findBySessionId(String sessionId,
int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers where sessionId = ?. |
|
static List<User> |
UserFinderUtil.findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
OrderByComparator<User> obc)
|
|
List<User> |
UserFinder.findBySocialUsers(long companyId,
long userId,
int socialRelationType,
String socialRelationTypeComparator,
int status,
int start,
int end,
OrderByComparator<User> obc)
|
|
Layout |
LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
static Layout |
LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
Layout |
LayoutPersistence.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
static Layout |
LayoutUtil.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
Layout[] |
LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
static Layout[] |
LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?. |
|
List<Layout> |
LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?. |
|
static List<Layout> |
LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByStatus_First(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByStatus_First(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where status = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByStatus_Last(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByStatus_Last(int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where status = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByStatus_PrevAndNext(long backgroundTaskId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where status = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByStatus_PrevAndNext(long backgroundTaskId,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where status = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByStatus(int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where status = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByStatus(int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where status = ?. |
|
Role |
RolePersistence.findBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
|
static Role |
RoleUtil.findBySubtype_First(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where subtype = ?. |
|
Role |
RolePersistence.findBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
|
static Role |
RoleUtil.findBySubtype_Last(String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where subtype = ?. |
|
Role[] |
RolePersistence.findBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?. |
|
static Role[] |
RoleUtil.findBySubtype_PrevAndNext(long roleId,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where subtype = ?. |
|
List<Role> |
RolePersistence.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
|
static List<Role> |
RoleUtil.findBySubtype(String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where subtype = ?. |
|
Company |
CompanyPersistence.findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?. |
|
static Company |
CompanyUtil.findBySystem_First(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the first company in the ordered set where system = ?. |
|
Company |
CompanyPersistence.findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?. |
|
static Company |
CompanyUtil.findBySystem_Last(boolean system,
OrderByComparator<Company> orderByComparator)
Returns the last company in the ordered set where system = ?. |
|
Company[] |
CompanyPersistence.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?. |
|
static Company[] |
CompanyUtil.findBySystem_PrevAndNext(long companyId,
boolean system,
OrderByComparator<Company> orderByComparator)
Returns the companies before and after the current company in the ordered set where system = ?. |
|
List<Company> |
CompanyPersistence.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies where system = ?. |
|
static List<Company> |
CompanyUtil.findBySystem(boolean system,
int start,
int end,
OrderByComparator<Company> orderByComparator)
Returns an ordered range of all the companies where system = ?. |
|
Group |
GroupPersistence.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
|
static Group |
GroupUtil.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?. |
|
Group |
GroupPersistence.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
|
static Group |
GroupUtil.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?. |
|
Group[] |
GroupPersistence.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?. |
|
static Group[] |
GroupUtil.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?. |
|
List<Group> |
GroupPersistence.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?. |
|
static List<Group> |
GroupUtil.findByT_A(int type,
boolean active,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where type = ? and active = ?. |
|
Role |
RolePersistence.findByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
|
static Role |
RoleUtil.findByT_S_First(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ? and subtype = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByT_S_First(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByT_S_First(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
Role |
RolePersistence.findByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
|
static Role |
RoleUtil.findByT_S_Last(int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ? and subtype = ?. |
|
static BackgroundTask |
BackgroundTaskUtil.findByT_S_Last(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
BackgroundTask |
BackgroundTaskPersistence.findByT_S_Last(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
Role[] |
RolePersistence.findByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?. |
|
static Role[] |
RoleUtil.findByT_S_PrevAndNext(long roleId,
int type,
String subtype,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?. |
|
static BackgroundTask[] |
BackgroundTaskUtil.findByT_S_PrevAndNext(long backgroundTaskId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
BackgroundTask[] |
BackgroundTaskPersistence.findByT_S_PrevAndNext(long backgroundTaskId,
String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?. |
|
List<Role> |
RolePersistence.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
|
static List<Role> |
RoleUtil.findByT_S(int type,
String subtype,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ? and subtype = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByT_S(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByT_S(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?. |
|
static List<BackgroundTask> |
BackgroundTaskUtil.findByT_S(String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?. |
|
List<BackgroundTask> |
BackgroundTaskPersistence.findByT_S(String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?. |
|
Role |
RolePersistence.findByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
|
static Role |
RoleUtil.findByType_First(int type,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where type = ?. |
|
ListType |
ListTypePersistence.findByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
|
static ListType |
ListTypeUtil.findByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
|
Role |
RolePersistence.findByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
|
static Role |
RoleUtil.findByType_Last(int type,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where type = ?. |
|
ListType |
ListTypePersistence.findByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
|
static ListType |
ListTypeUtil.findByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
|
ListType[] |
ListTypePersistence.findByType_PrevAndNext(int listTypeId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
|
static ListType[] |
ListTypeUtil.findByType_PrevAndNext(int listTypeId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
|
Role[] |
RolePersistence.findByType_PrevAndNext(long roleId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ?. |
|
static Role[] |
RoleUtil.findByType_PrevAndNext(long roleId,
int type,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where type = ?. |
|
List<Role> |
RolePersistence.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
|
static List<Role> |
RoleUtil.findByType(int type,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where type = ?. |
|
List<ListType> |
ListTypePersistence.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types where type = ?. |
|
static List<ListType> |
ListTypeUtil.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types where type = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_A_First(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_A_A_First(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_A_Last(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_A_A_Last(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_A_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_A_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_First(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_A_First(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_Last(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_A_Last(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and archived = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and archived = ?. |
|
Subscription |
SubscriptionPersistence.findByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
|
static Subscription |
SubscriptionUtil.findByU_C_First(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ? and classNameId = ?. |
|
Subscription |
SubscriptionPersistence.findByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
|
static Subscription |
SubscriptionUtil.findByU_C_Last(long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ? and classNameId = ?. |
|
Subscription[] |
SubscriptionPersistence.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?. |
|
static Subscription[] |
SubscriptionUtil.findByU_C_PrevAndNext(long subscriptionId,
long userId,
long classNameId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?. |
|
List<Subscription> |
SubscriptionPersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?. |
|
static List<Subscription> |
SubscriptionUtil.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_A_First(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_D_A_First(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_A_Last(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_D_A_Last(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_D_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_D_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_First(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_D_First(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_Last(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_D_Last(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_D_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_D_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D(long userId,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_D(long userId,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_A_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_A_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_A_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_DT_A_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_DT_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_D_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_DT_D_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_D_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_DT_D_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_First(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_First(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_Last(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByU_DT_Last(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByU_DT_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT(long userId,
int deliveryType,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_DT(long userId,
int deliveryType,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByU_G_First(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByU_G_First(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByU_G_First(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ? and groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByU_G_Last(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByU_G_Last(long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByU_G_Last(long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ? and groupId = ?. |
|
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?. |
|
static UserGroupRole[] |
UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?. |
|
UserGroupRole[] |
UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?. |
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByU_G(long userGroupId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?. |
|
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByU_G(long userGroupId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?. |
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?. |
|
List<UserGroupRole> |
UserGroupRolePersistence.findByU_G(long userId,
long groupId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where userId = ? and groupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByUserGroupId_First(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
|
static UserGroupGroupRole |
UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
|
UserGroupGroupRole |
UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last user group group role in the ordered set where userGroupId = ?. |
|
static UserGroupGroupRole[] |
UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?. |
|
UserGroupGroupRole[] |
UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK,
long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?. |
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ?. |
|
List<UserGroupGroupRole> |
UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns an ordered range of all the user group group roles where userGroupId = ?. |
|
Address |
AddressPersistence.findByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
|
static Address |
AddressUtil.findByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?. |
|
static EmailAddress |
EmailAddressUtil.findByUserId_First(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByUserId_First(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByUserId_First(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByUserId_First(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
|
static PasswordTracker |
PasswordTrackerUtil.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
|
PasswordTracker |
PasswordTrackerPersistence.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
|
Phone |
PhonePersistence.findByUserId_First(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
|
static Phone |
PhoneUtil.findByUserId_First(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where userId = ?. |
|
Subscription |
SubscriptionPersistence.findByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
|
static Subscription |
SubscriptionUtil.findByUserId_First(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the first subscription in the ordered set where userId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?. |
|
static UserIdMapper |
UserIdMapperUtil.findByUserId_First(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
|
UserIdMapper |
UserIdMapperPersistence.findByUserId_First(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the first user ID mapper in the ordered set where userId = ?. |
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?. |
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByUserId_First(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByUserId_First(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?. |
|
static UserTracker |
UserTrackerUtil.findByUserId_First(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
|
UserTracker |
UserTrackerPersistence.findByUserId_First(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the first user tracker in the ordered set where userId = ?. |
|
static Website |
WebsiteUtil.findByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?. |
|
Website |
WebsitePersistence.findByUserId_First(long userId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where userId = ?. |
|
Address |
AddressPersistence.findByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
|
static Address |
AddressUtil.findByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?. |
|
static EmailAddress |
EmailAddressUtil.findByUserId_Last(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByUserId_Last(long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
|
static MembershipRequest |
MembershipRequestUtil.findByUserId_Last(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
|
MembershipRequest |
MembershipRequestPersistence.findByUserId_Last(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
|
static PasswordTracker |
PasswordTrackerUtil.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
|
PasswordTracker |
PasswordTrackerPersistence.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
|
Phone |
PhonePersistence.findByUserId_Last(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
|
static Phone |
PhoneUtil.findByUserId_Last(long userId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where userId = ?. |
|
Subscription |
SubscriptionPersistence.findByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
|
static Subscription |
SubscriptionUtil.findByUserId_Last(long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the last subscription in the ordered set where userId = ?. |
|
static UserGroupRole |
UserGroupRoleUtil.findByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
|
UserGroupRole |
UserGroupRolePersistence.findByUserId_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last user group role in the ordered set where userId = ?. |
|
static UserIdMapper |
UserIdMapperUtil.findByUserId_Last(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
|
UserIdMapper |
UserIdMapperPersistence.findByUserId_Last(long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the last user ID mapper in the ordered set where userId = ?. |
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?. |
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByUserId_Last(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByUserId_Last(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?. |
|
static UserTracker |
UserTrackerUtil.findByUserId_Last(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
|
UserTracker |
UserTrackerPersistence.findByUserId_Last(long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the last user tracker in the ordered set where userId = ?. |
|
static Website |
WebsiteUtil.findByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?. |
|
Website |
WebsitePersistence.findByUserId_Last(long userId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where userId = ?. |
|
Address[] |
AddressPersistence.findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?. |
|
static Address[] |
AddressUtil.findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?. |
|
static EmailAddress[] |
EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?. |
|
EmailAddress[] |
EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?. |
|
static MembershipRequest[] |
MembershipRequestUtil.findByUserId_PrevAndNext(long membershipRequestId,
long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where userId = ?. |
|
MembershipRequest[] |
MembershipRequestPersistence.findByUserId_PrevAndNext(long membershipRequestId,
long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where userId = ?. |
|
static PasswordTracker[] |
PasswordTrackerUtil.findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the password trackers before and after the current password tracker in the ordered set where userId = ?. |
|
PasswordTracker[] |
PasswordTrackerPersistence.findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the password trackers before and after the current password tracker in the ordered set where userId = ?. |
|
Phone[] |
PhonePersistence.findByUserId_PrevAndNext(long phoneId,
long userId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where userId = ?. |
|
static Phone[] |
PhoneUtil.findByUserId_PrevAndNext(long phoneId,
long userId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where userId = ?. |
|
Subscription[] |
SubscriptionPersistence.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?. |
|
static Subscription[] |
SubscriptionUtil.findByUserId_PrevAndNext(long subscriptionId,
long userId,
OrderByComparator<Subscription> orderByComparator)
Returns the subscriptions before and after the current subscription in the ordered set where userId = ?. |
|
static UserIdMapper[] |
UserIdMapperUtil.findByUserId_PrevAndNext(long userIdMapperId,
long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?. |
|
UserIdMapper[] |
UserIdMapperPersistence.findByUserId_PrevAndNext(long userIdMapperId,
long userId,
OrderByComparator<UserIdMapper> orderByComparator)
Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?. |
|
UserNotificationDelivery[] |
UserNotificationDeliveryPersistence.findByUserId_PrevAndNext(long userNotificationDeliveryId,
long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?. |
|
static UserNotificationDelivery[] |
UserNotificationDeliveryUtil.findByUserId_PrevAndNext(long userNotificationDeliveryId,
long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByUserId_PrevAndNext(long userNotificationEventId,
long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByUserId_PrevAndNext(long userNotificationEventId,
long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ?. |
|
static UserTracker[] |
UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId,
long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where userId = ?. |
|
UserTracker[] |
UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId,
long userId,
OrderByComparator<UserTracker> orderByComparator)
Returns the user trackers before and after the current user tracker in the ordered set where userId = ?. |
|
static Website[] |
WebsiteUtil.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?. |
|
Website[] |
WebsitePersistence.findByUserId_PrevAndNext(long websiteId,
long userId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where userId = ?. |
|
static UserGroupRole[] |
UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ?. |
|
UserGroupRole[] |
UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK,
long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the user group roles before and after the current user group role in the ordered set where userId = ?. |
|
List<Address> |
AddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
|
static List<Address> |
AddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?. |
|
static List<EmailAddress> |
EmailAddressUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where userId = ?. |
|
List<EmailAddress> |
EmailAddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where userId = ?. |
|
static List<MembershipRequest> |
MembershipRequestUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where userId = ?. |
|
List<MembershipRequest> |
MembershipRequestPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where userId = ?. |
|
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
|
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
|
List<Phone> |
PhonePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where userId = ?. |
|
static List<Phone> |
PhoneUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where userId = ?. |
|
List<Subscription> |
SubscriptionPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?. |
|
static List<Subscription> |
SubscriptionUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
Returns an ordered range of all the subscriptions where userId = ?. |
|
static List<UserGroupRole> |
UserGroupRoleUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where userId = ?. |
|
List<UserGroupRole> |
UserGroupRolePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
Returns an ordered range of all the user group roles where userId = ?. |
|
static List<UserIdMapper> |
UserIdMapperUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserIdMapper> orderByComparator)
Returns an ordered range of all the user ID mappers where userId = ?. |
|
List<UserIdMapper> |
UserIdMapperPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserIdMapper> orderByComparator)
Returns an ordered range of all the user ID mappers where userId = ?. |
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries where userId = ?. |
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries where userId = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ?. |
|
static List<UserTracker> |
UserTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers where userId = ?. |
|
List<UserTracker> |
UserTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
Returns an ordered range of all the user trackers where userId = ?. |
|
static List<Website> |
WebsiteUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where userId = ?. |
|
List<Website> |
WebsitePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where userId = ?. |
|
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
|
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
|
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
|
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
|
static UserTrackerPath[] |
UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
|
UserTrackerPath[] |
UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
|
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
|
Address |
AddressPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
|
static Address |
AddressUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
|
Group |
GroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?. |
|
static Group |
GroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?. |
|
Layout |
LayoutPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
|
static Layout |
LayoutUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static Lock |
LockUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
|
Lock |
LockPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ? and companyId = ?. |
|
Organization |
OrganizationPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?. |
|
static Organization |
OrganizationUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ? and companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ? and companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ? and companyId = ?. |
|
Phone |
PhonePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ? and companyId = ?. |
|
static Phone |
PhoneUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ? and companyId = ?. |
|
Repository |
RepositoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
|
static Repository |
RepositoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
|
Role |
RolePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
|
static Role |
RoleUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ? and companyId = ?. |
|
User |
UserPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
|
static User |
UserUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ? and companyId = ?. |
|
UserGroup |
UserGroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?. |
|
static UserGroup |
UserGroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ? and companyId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static Website |
WebsiteUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?. |
|
Website |
WebsitePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ? and companyId = ?. |
|
Address |
AddressPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
|
static Address |
AddressUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?. |
|
static EmailAddress |
EmailAddressUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
|
EmailAddress |
EmailAddressPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
|
Group |
GroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?. |
|
static Group |
GroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?. |
|
Layout |
LayoutPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
|
static Layout |
LayoutUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static Lock |
LockUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
|
Lock |
LockPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ? and companyId = ?. |
|
Organization |
OrganizationPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?. |
|
static Organization |
OrganizationUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ? and companyId = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ? and companyId = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ? and companyId = ?. |
|
Phone |
PhonePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ? and companyId = ?. |
|
static Phone |
PhoneUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ? and companyId = ?. |
|
Repository |
RepositoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
|
static Repository |
RepositoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
|
Role |
RolePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
|
static Role |
RoleUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ? and companyId = ?. |
|
User |
UserPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
|
static User |
UserUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ? and companyId = ?. |
|
UserGroup |
UserGroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?. |
|
static UserGroup |
UserGroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ? and companyId = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static Website |
WebsiteUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?. |
|
Website |
WebsitePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ? and companyId = ?. |
|
Address[] |
AddressPersistence.findByUuid_C_PrevAndNext(long addressId,
String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?. |
|
static Address[] |
AddressUtil.findByUuid_C_PrevAndNext(long addressId,
String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?. |
|
static EmailAddress[] |
EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId,
String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?. |
|
EmailAddress[] |
EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId,
String uuid,
long companyId,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?. |
|
Group[] |
GroupPersistence.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?. |
|
static Group[] |
GroupUtil.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?. |
|
Layout[] |
LayoutPersistence.findByUuid_C_PrevAndNext(long plid,
String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?. |
|
static Layout[] |
LayoutUtil.findByUuid_C_PrevAndNext(long plid,
String uuid,
long companyId,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutFriendlyURL[] |
LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext(long layoutFriendlyURLId,
String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
LayoutFriendlyURL[] |
LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext(long layoutFriendlyURLId,
String uuid,
long companyId,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?. |
|
static Lock[] |
LockUtil.findByUuid_C_PrevAndNext(long lockId,
String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?. |
|
Lock[] |
LockPersistence.findByUuid_C_PrevAndNext(long lockId,
String uuid,
long companyId,
OrderByComparator<Lock> orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ? and companyId = ?. |
|
Organization[] |
OrganizationPersistence.findByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?. |
|
static Organization[] |
OrganizationUtil.findByUuid_C_PrevAndNext(long organizationId,
String uuid,
long companyId,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?. |
|
static PasswordPolicy[] |
PasswordPolicyUtil.findByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?. |
|
PasswordPolicy[] |
PasswordPolicyPersistence.findByUuid_C_PrevAndNext(long passwordPolicyId,
String uuid,
long companyId,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?. |
|
Phone[] |
PhonePersistence.findByUuid_C_PrevAndNext(long phoneId,
String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?. |
|
static Phone[] |
PhoneUtil.findByUuid_C_PrevAndNext(long phoneId,
String uuid,
long companyId,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?. |
|
Repository[] |
RepositoryPersistence.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
|
static Repository[] |
RepositoryUtil.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
|
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
|
RepositoryEntry[] |
RepositoryEntryPersistence.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
|
Role[] |
RolePersistence.findByUuid_C_PrevAndNext(long roleId,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?. |
|
static Role[] |
RoleUtil.findByUuid_C_PrevAndNext(long roleId,
String uuid,
long companyId,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?. |
|
User[] |
UserPersistence.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?. |
|
static User[] |
UserUtil.findByUuid_C_PrevAndNext(long userId,
String uuid,
long companyId,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?. |
|
UserGroup[] |
UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?. |
|
static UserGroup[] |
UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId,
String uuid,
long companyId,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByUuid_C_PrevAndNext(long userNotificationEventId,
String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByUuid_C_PrevAndNext(long userNotificationEventId,
String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?. |
|
static Website[] |
WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId,
String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?. |
|
Website[] |
WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId,
String uuid,
long companyId,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?. |
|
List<Address> |
AddressPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
|
static List<Address> |
AddressUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?. |
|
static List<EmailAddress> |
EmailAddressUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where uuid = ? and companyId = ?. |
|
List<EmailAddress> |
EmailAddressPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where uuid = ? and companyId = ?. |
|
List<Group> |
GroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ? and companyId = ?. |
|
static List<Group> |
GroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ? and companyId = ?. |
|
List<Layout> |
LayoutPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?. |
|
static List<Layout> |
LayoutUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?. |
|
static List<Lock> |
LockUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Lock> orderByComparator)
Returns an ordered range of all the locks where uuid = ? and companyId = ?. |
|
List<Lock> |
LockPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Lock> orderByComparator)
Returns an ordered range of all the locks where uuid = ? and companyId = ?. |
|
List<Organization> |
OrganizationPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?. |
|
static List<Organization> |
OrganizationUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where uuid = ? and companyId = ?. |
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies where uuid = ? and companyId = ?. |
|
List<PasswordPolicy> |
PasswordPolicyPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies where uuid = ? and companyId = ?. |
|
List<Phone> |
PhonePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where uuid = ? and companyId = ?. |
|
static List<Phone> |
PhoneUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where uuid = ? and companyId = ?. |
|
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
|
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
|
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
|
List<Role> |
RolePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
|
static List<Role> |
RoleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ? and companyId = ?. |
|
List<User> |
UserPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?. |
|
static List<User> |
UserUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ? and companyId = ?. |
|
List<UserGroup> |
UserGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?. |
|
static List<UserGroup> |
UserGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ? and companyId = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?. |
|
static List<Website> |
WebsiteUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ? and companyId = ?. |
|
List<Website> |
WebsitePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ? and companyId = ?. |
|
Address |
AddressPersistence.findByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
|
static Address |
AddressUtil.findByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?. |
|
static EmailAddress |
EmailAddressUtil.findByUuid_First(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
|
EmailAddress |
EmailAddressPersistence.findByUuid_First(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
|
Group |
GroupPersistence.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?. |
|
static Group |
GroupUtil.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?. |
|
Layout |
LayoutPersistence.findByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
|
static Layout |
LayoutUtil.findByUuid_First(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByUuid_First(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the first layout friendly u r l in the ordered set where uuid = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
|
static Lock |
LockUtil.findByUuid_First(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
|
Lock |
LockPersistence.findByUuid_First(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the first lock in the ordered set where uuid = ?. |
|
Organization |
OrganizationPersistence.findByUuid_First(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ?. |
|
static Organization |
OrganizationUtil.findByUuid_First(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the first organization in the ordered set where uuid = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_First(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.findByUuid_First(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the first password policy in the ordered set where uuid = ?. |
|
Phone |
PhonePersistence.findByUuid_First(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ?. |
|
static Phone |
PhoneUtil.findByUuid_First(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the first phone in the ordered set where uuid = ?. |
|
Repository |
RepositoryPersistence.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
|
static Repository |
RepositoryUtil.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
|
Role |
RolePersistence.findByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
|
static Role |
RoleUtil.findByUuid_First(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the first role in the ordered set where uuid = ?. |
|
User |
UserPersistence.findByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
|
static User |
UserUtil.findByUuid_First(String uuid,
OrderByComparator<User> orderByComparator)
Returns the first user in the ordered set where uuid = ?. |
|
UserGroup |
UserGroupPersistence.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?. |
|
static UserGroup |
UserGroupUtil.findByUuid_First(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the first user group in the ordered set where uuid = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_First(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_First(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?. |
|
static Website |
WebsiteUtil.findByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?. |
|
Website |
WebsitePersistence.findByUuid_First(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the first website in the ordered set where uuid = ?. |
|
Address |
AddressPersistence.findByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
|
static Address |
AddressUtil.findByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?. |
|
static EmailAddress |
EmailAddressUtil.findByUuid_Last(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
|
EmailAddress |
EmailAddressPersistence.findByUuid_Last(String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
|
Group |
GroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?. |
|
static Group |
GroupUtil.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?. |
|
Layout |
LayoutPersistence.findByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
|
static Layout |
LayoutUtil.findByUuid_Last(String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?. |
|
static LayoutFriendlyURL |
LayoutFriendlyURLUtil.findByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?. |
|
LayoutFriendlyURL |
LayoutFriendlyURLPersistence.findByUuid_Last(String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the last layout friendly u r l in the ordered set where uuid = ?. |
|
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
|
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
|
static Lock |
LockUtil.findByUuid_Last(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
|
Lock |
LockPersistence.findByUuid_Last(String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the last lock in the ordered set where uuid = ?. |
|
Organization |
OrganizationPersistence.findByUuid_Last(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ?. |
|
static Organization |
OrganizationUtil.findByUuid_Last(String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the last organization in the ordered set where uuid = ?. |
|
static PasswordPolicy |
PasswordPolicyUtil.findByUuid_Last(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ?. |
|
PasswordPolicy |
PasswordPolicyPersistence.findByUuid_Last(String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the last password policy in the ordered set where uuid = ?. |
|
Phone |
PhonePersistence.findByUuid_Last(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ?. |
|
static Phone |
PhoneUtil.findByUuid_Last(String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the last phone in the ordered set where uuid = ?. |
|
Repository |
RepositoryPersistence.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
|
static Repository |
RepositoryUtil.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
|
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
|
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
|
Role |
RolePersistence.findByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
|
static Role |
RoleUtil.findByUuid_Last(String uuid,
OrderByComparator<Role> orderByComparator)
Returns the last role in the ordered set where uuid = ?. |
|
User |
UserPersistence.findByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
|
static User |
UserUtil.findByUuid_Last(String uuid,
OrderByComparator<User> orderByComparator)
Returns the last user in the ordered set where uuid = ?. |
|
UserGroup |
UserGroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?. |
|
static UserGroup |
UserGroupUtil.findByUuid_Last(String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the last user group in the ordered set where uuid = ?. |
|
UserNotificationEvent |
UserNotificationEventPersistence.findByUuid_Last(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
|
static UserNotificationEvent |
UserNotificationEventUtil.findByUuid_Last(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?. |
|
static Website |
WebsiteUtil.findByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?. |
|
Website |
WebsitePersistence.findByUuid_Last(String uuid,
OrderByComparator<Website> orderByComparator)
Returns the last website in the ordered set where uuid = ?. |
|
Address[] |
AddressPersistence.findByUuid_PrevAndNext(long addressId,
String uuid,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ?. |
|
static Address[] |
AddressUtil.findByUuid_PrevAndNext(long addressId,
String uuid,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ?. |
|
static EmailAddress[] |
EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId,
String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ?. |
|
EmailAddress[] |
EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId,
String uuid,
OrderByComparator<EmailAddress> orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ?. |
|
Group[] |
GroupPersistence.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?. |
|
static Group[] |
GroupUtil.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?. |
|
Layout[] |
LayoutPersistence.findByUuid_PrevAndNext(long plid,
String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?. |
|
static Layout[] |
LayoutUtil.findByUuid_PrevAndNext(long plid,
String uuid,
OrderByComparator<Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?. |
|
static LayoutFriendlyURL[] |
LayoutFriendlyURLUtil.findByUuid_PrevAndNext(long layoutFriendlyURLId,
String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?. |
|
LayoutFriendlyURL[] |
LayoutFriendlyURLPersistence.findByUuid_PrevAndNext(long layoutFriendlyURLId,
String uuid,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?. |
|
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
|
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
|
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?. |
|
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?. |
|
static Lock[] |
LockUtil.findByUuid_PrevAndNext(long lockId,
String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ?. |
|
Lock[] |
LockPersistence.findByUuid_PrevAndNext(long lockId,
String uuid,
OrderByComparator<Lock> orderByComparator)
Returns the locks before and after the current lock in the ordered set where uuid = ?. |
|
Organization[] |
OrganizationPersistence.findByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ?. |
|
static Organization[] |
OrganizationUtil.findByUuid_PrevAndNext(long organizationId,
String uuid,
OrderByComparator<Organization> orderByComparator)
Returns the organizations before and after the current organization in the ordered set where uuid = ?. |
|
static PasswordPolicy[] |
PasswordPolicyUtil.findByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ?. |
|
PasswordPolicy[] |
PasswordPolicyPersistence.findByUuid_PrevAndNext(long passwordPolicyId,
String uuid,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns the password policies before and after the current password policy in the ordered set where uuid = ?. |
|
Phone[] |
PhonePersistence.findByUuid_PrevAndNext(long phoneId,
String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where uuid = ?. |
|
static Phone[] |
PhoneUtil.findByUuid_PrevAndNext(long phoneId,
String uuid,
OrderByComparator<Phone> orderByComparator)
Returns the phones before and after the current phone in the ordered set where uuid = ?. |
|
Repository[] |
RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
|
static Repository[] |
RepositoryUtil.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
|
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
|
RepositoryEntry[] |
RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
|
Role[] |
RolePersistence.findByUuid_PrevAndNext(long roleId,
String uuid,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ?. |
|
static Role[] |
RoleUtil.findByUuid_PrevAndNext(long roleId,
String uuid,
OrderByComparator<Role> orderByComparator)
Returns the roles before and after the current role in the ordered set where uuid = ?. |
|
User[] |
UserPersistence.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?. |
|
static User[] |
UserUtil.findByUuid_PrevAndNext(long userId,
String uuid,
OrderByComparator<User> orderByComparator)
Returns the users before and after the current user in the ordered set where uuid = ?. |
|
UserGroup[] |
UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?. |
|
static UserGroup[] |
UserGroupUtil.findByUuid_PrevAndNext(long userGroupId,
String uuid,
OrderByComparator<UserGroup> orderByComparator)
Returns the user groups before and after the current user group in the ordered set where uuid = ?. |
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByUuid_PrevAndNext(long userNotificationEventId,
String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?. |
|
static UserNotificationEvent[] |
UserNotificationEventUtil.findByUuid_PrevAndNext(long userNotificationEventId,
String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?. |
|
static Website[] |
WebsiteUtil.findByUuid_PrevAndNext(long websiteId,
String uuid,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ?. |
|
Website[] |
WebsitePersistence.findByUuid_PrevAndNext(long websiteId,
String uuid,
OrderByComparator<Website> orderByComparator)
Returns the websites before and after the current website in the ordered set where uuid = ?. |
|
List<Address> |
AddressPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
|
static List<Address> |
AddressUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?. |
|
static List<EmailAddress> |
EmailAddressUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where uuid = ?. |
|
List<EmailAddress> |
EmailAddressPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
Returns an ordered range of all the email addresses where uuid = ?. |
|
List<Group> |
GroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ?. |
|
static List<Group> |
GroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups where uuid = ?. |
|
List<Layout> |
LayoutPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ?. |
|
static List<Layout> |
LayoutUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ?. |
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ?. |
|
List<LayoutFriendlyURL> |
LayoutFriendlyURLPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
Returns an ordered range of all the layout friendly u r ls where uuid = ?. |
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
|
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
|
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?. |
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?. |
|
static List<Lock> |
LockUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Lock> orderByComparator)
Returns an ordered range of all the locks where uuid = ?. |
|
List<Lock> |
LockPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Lock> orderByComparator)
Returns an ordered range of all the locks where uuid = ?. |
|
List<Organization> |
OrganizationPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where uuid = ?. |
|
static List<Organization> |
OrganizationUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations where uuid = ?. |
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies where uuid = ?. |
|
List<PasswordPolicy> |
PasswordPolicyPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
Returns an ordered range of all the password policies where uuid = ?. |
|
List<Phone> |
PhonePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where uuid = ?. |
|
static List<Phone> |
PhoneUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
Returns an ordered range of all the phones where uuid = ?. |
|
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
|
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
|
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
|
List<Role> |
RolePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
|
static List<Role> |
RoleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles where uuid = ?. |
|
List<User> |
UserPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ?. |
|
static List<User> |
UserUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users where uuid = ?. |
|
List<UserGroup> |
UserGroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ?. |
|
static List<UserGroup> |
UserGroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups where uuid = ?. |
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ?. |
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ?. |
|
static List<Website> |
WebsiteUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ?. |
|
List<Website> |
WebsitePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Website> orderByComparator)
Returns an ordered range of all the websites where uuid = ?. |
|
static List<Account> |
AccountUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Account> orderByComparator)
|
|
static List<Address> |
AddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Address> orderByComparator)
|
|
static List<BackgroundTask> |
BackgroundTaskUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
static List<BrowserTracker> |
BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BrowserTracker> orderByComparator)
|
|
static List<ClassName> |
ClassNameUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ClassName> orderByComparator)
|
|
static List<ClusterGroup> |
ClusterGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ClusterGroup> orderByComparator)
|
|
static List<Company> |
CompanyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Company> orderByComparator)
|
|
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
|
|
static List<Country> |
CountryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Country> orderByComparator)
|
|
static List<EmailAddress> |
EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<EmailAddress> orderByComparator)
|
|
static List<ExportImportConfiguration> |
ExportImportConfigurationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExportImportConfiguration> orderByComparator)
|
|
static List<Group> |
GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Group> orderByComparator)
|
|
static List<Image> |
ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Image> orderByComparator)
|
|
static List<Layout> |
LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
|
|
static List<LayoutBranch> |
LayoutBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
|
|
static List<LayoutFriendlyURL> |
LayoutFriendlyURLUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutFriendlyURL> orderByComparator)
|
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
|
|
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
|
|
static List<LayoutSet> |
LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
|
|
static List<LayoutSetBranch> |
LayoutSetBranchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
|
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutSetPrototype> orderByComparator)
|
|
static List<ListType> |
ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ListType> orderByComparator)
|
|
static List<Lock> |
LockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Lock> orderByComparator)
|
|
static List<MembershipRequest> |
MembershipRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
|
|
static List<Organization> |
OrganizationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
|
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
|
|
static List<OrgLabor> |
OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<OrgLabor> orderByComparator)
|
|
static List<PasswordPolicy> |
PasswordPolicyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PasswordPolicy> orderByComparator)
|
|
static List<PasswordPolicyRel> |
PasswordPolicyRelUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PasswordPolicyRel> orderByComparator)
|
|
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
|
|
static List<Phone> |
PhoneUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Phone> orderByComparator)
|
|
static List<PluginSetting> |
PluginSettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PluginSetting> orderByComparator)
|
|
static List<PortalPreferences> |
PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PortalPreferences> orderByComparator)
|
|
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Portlet> orderByComparator)
|
|
static List<PortletItem> |
PortletItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
|
|
static List<PortletPreferences> |
PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PortletPreferences> orderByComparator)
|
|
static List<Region> |
RegionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Region> orderByComparator)
|
|
static List<Release> |
ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Release> orderByComparator)
|
|
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
|
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
|
|
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
|
|
static List<ResourceBlock> |
ResourceBlockUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourceBlock> orderByComparator)
|
|
static List<ResourceBlockPermission> |
ResourceBlockPermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourceBlockPermission> orderByComparator)
|
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourcePermission> orderByComparator)
|
|
static List<ResourceTypePermission> |
ResourceTypePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourceTypePermission> orderByComparator)
|
|
static List<Role> |
RoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Role> orderByComparator)
|
|
static List<ServiceComponent> |
ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ServiceComponent> orderByComparator)
|
|
static List<Shard> |
ShardUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Shard> orderByComparator)
|
|
static List<Subscription> |
SubscriptionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Subscription> orderByComparator)
|
|
static List<SystemEvent> |
SystemEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SystemEvent> orderByComparator)
|
|
static List<Team> |
TeamUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Team> orderByComparator)
|
|
static List<Ticket> |
TicketUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Ticket> orderByComparator)
|
|
static List<User> |
UserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<User> orderByComparator)
|
|
static List<UserGroup> |
UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
|
|
static List<UserGroupGroupRole> |
UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserGroupGroupRole> orderByComparator)
|
|
static List<UserGroupRole> |
UserGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserGroupRole> orderByComparator)
|
|
static List<UserIdMapper> |
UserIdMapperUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserIdMapper> orderByComparator)
|
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
|
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
|
|
static List<UserTracker> |
UserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserTracker> orderByComparator)
|
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
|
|
|
BasePersistence.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<V> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static List<VirtualHost> |
VirtualHostUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<VirtualHost> orderByComparator)
|
|
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator)
|
|
static List<Website> |
WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Website> orderByComparator)
|
|
static List<WorkflowDefinitionLink> |
WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WorkflowDefinitionLink> orderByComparator)
|
|
static List<WorkflowInstanceLink> |
WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
|
|
List<Group> |
RolePersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the role. |
|
List<Group> |
UserPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user. |
|
List<Group> |
UserGroupPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user group. |
|
List<Group> |
OrganizationPersistence.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the organization. |
|
static List<Group> |
OrganizationUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the organization. |
|
static List<Group> |
RoleUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the role. |
|
static List<Group> |
UserGroupUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user group. |
|
static List<Group> |
UserUtil.getGroups(long pk,
int start,
int end,
OrderByComparator<Group> orderByComparator)
Returns an ordered range of all the groups associated with the user. |
|
List<Organization> |
UserPersistence.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the user. |
|
List<Organization> |
GroupPersistence.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the group. |
|
static List<Organization> |
UserUtil.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the user. |
|
static List<Organization> |
GroupUtil.getOrganizations(long pk,
int start,
int end,
OrderByComparator<Organization> orderByComparator)
Returns an ordered range of all the organizations associated with the group. |
|
List<Role> |
UserPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
|
List<Role> |
GroupPersistence.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
|
static List<Role> |
UserUtil.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the user. |
|
static List<Role> |
GroupUtil.getRoles(long pk,
int start,
int end,
OrderByComparator<Role> orderByComparator)
Returns an ordered range of all the roles associated with the group. |
|
List<Team> |
UserPersistence.getTeams(long pk,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams associated with the user. |
|
List<Team> |
UserGroupPersistence.getTeams(long pk,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams associated with the user group. |
|
static List<Team> |
UserGroupUtil.getTeams(long pk,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams associated with the user group. |
|
static List<Team> |
UserUtil.getTeams(long pk,
int start,
int end,
OrderByComparator<Team> orderByComparator)
Returns an ordered range of all the teams associated with the user. |
|
List<UserGroup> |
UserPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the user. |
|
List<UserGroup> |
GroupPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the group. |
|
static List<UserGroup> |
TeamUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the team. |
|
List<UserGroup> |
TeamPersistence.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the team. |
|
static List<UserGroup> |
UserUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the user. |
|
static List<UserGroup> |
GroupUtil.getUserGroups(long pk,
int start,
int end,
OrderByComparator<UserGroup> orderByComparator)
Returns an ordered range of all the user groups associated with the group. |
|
List<User> |
RolePersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the role. |
|
List<User> |
UserGroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the user group. |
|
List<User> |
GroupPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the group. |
|
static List<User> |
TeamUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the team. |
|
List<User> |
OrganizationPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the organization. |
|
static List<User> |
OrganizationUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the organization. |
|
List<User> |
TeamPersistence.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the team. |
|
static List<User> |
RoleUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the role. |
|
static List<User> |
UserGroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the user group. |
|
static List<User> |
GroupUtil.getUsers(long pk,
int start,
int end,
OrderByComparator<User> orderByComparator)
Returns an ordered range of all the users associated with the group. |
|
| Uses of OrderByComparator in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl with parameters of type OrderByComparator | ||
|---|---|---|
protected void |
BasePersistenceImpl.appendOrderByComparator(StringBundler query,
String entityAlias,
OrderByComparator<T> orderByComparator)
|
|
protected void |
BasePersistenceImpl.appendOrderByComparator(StringBundler query,
String entityAlias,
OrderByComparator<T> orderByComparator,
boolean sqlQuery)
|
|
|
BasePersistenceImpl.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<V> orderByComparator)
|
|
protected static
|
TableMapperImpl.getBaseModels(PortalCache<Long,long[]> portalCache,
MappingSqlQuery<Long> mappingSqlQuery,
long masterPrimaryKey,
BasePersistence<T> slaveBasePersistence,
int start,
int end,
OrderByComparator<T> obc)
|
|
List<L> |
TableMapperImpl.getLeftBaseModels(long rightPrimaryKey,
int start,
int end,
OrderByComparator<L> obc)
|
|
List<L> |
ReverseTableMapper.getLeftBaseModels(long rightPrimaryKey,
int start,
int end,
OrderByComparator<L> obc)
|
|
List<L> |
TableMapper.getLeftBaseModels(long rightPrimaryKey,
int start,
int end,
OrderByComparator<L> obc)
|
|
List<R> |
TableMapperImpl.getRightBaseModels(long leftPrimaryKey,
int start,
int end,
OrderByComparator<R> obc)
|
|
List<R> |
ReverseTableMapper.getRightBaseModels(long leftPrimaryKey,
int start,
int end,
OrderByComparator<R> obc)
|
|
List<R> |
TableMapper.getRightBaseModels(long leftPrimaryKey,
int start,
int end,
OrderByComparator<R> obc)
|
|
| Uses of OrderByComparator in com.liferay.portal.util.comparator |
|---|
| Uses of OrderByComparator in com.liferay.portlet.announcements.service |
|---|
| Methods in com.liferay.portlet.announcements.service with parameters of type OrderByComparator | ||
|---|---|---|
static
|
AnnouncementsFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AnnouncementsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AnnouncementsFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AnnouncementsDeliveryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AnnouncementsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AnnouncementsDeliveryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AnnouncementsFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AnnouncementsDeliveryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AnnouncementsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
| Uses of OrderByComparator in com.liferay.portlet.announcements.service.persistence |
|---|
| Methods in com.liferay.portlet.announcements.service.persistence with parameters of type OrderByComparator | |
|---|---|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByEntryId_Last(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns an ordered range of all the announcements flags. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns an ordered range of all the announcements flags. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_Last(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_Last(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag[] |
AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag[] |
AnnouncementsFlagPersistence.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?. |
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?. |
static AnnouncementsDelivery[] |
AnnouncementsDeliveryUtil.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?. |
AnnouncementsDelivery[] |
AnnouncementsDeliveryPersistence.findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?. |
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?. |
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?. |
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?. |
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?. |
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?. |
static List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
|
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service with parameters of type OrderByComparator | ||
|---|---|---|
static
|
AssetTagStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetTagStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AssetTagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetTagPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetVocabularyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetCategoryPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AssetCategoryPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetCategoryPropertyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AssetCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AssetVocabularyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AssetTagPropertyLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AssetEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetVocabularyLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetTagPropertyLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetTagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
AssetLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetTagStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetTagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
AssetCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns a range of asset categories matching the UUID and company. |
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns a range of asset categories matching the UUID and company. |
|
List<AssetCategory> |
AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns a range of asset categories matching the UUID and company. |
|
List<AssetEntry> |
AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
|
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
|
|
List<AssetCategory> |
AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
|
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
|
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
|
List<AssetEntry> |
AssetEntryLocalService.getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns a range of asset vocabularies matching the UUID and company. |
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns a range of asset vocabularies matching the UUID and company. |
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns a range of asset vocabularies matching the UUID and company. |
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetTag> |
AssetTagService.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
|
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
|
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc)
|
|
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc)
|
|
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc)
|
|
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
|
JSONObject |
AssetVocabularyServiceWrapper.getJSONGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
Deprecated. As of 6.2.0, with no direct replacement |
|
JSONObject |
AssetVocabularyService.getJSONGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
Deprecated. As of 6.2.0, with no direct replacement |
|
static JSONObject |
AssetVocabularyServiceUtil.getJSONGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
Deprecated. As of 6.2.0, with no direct replacement |
|
static JSONObject |
AssetCategoryServiceUtil.getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator) |
|
JSONObject |
AssetCategoryService.getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator) |
|
JSONObject |
AssetCategoryServiceWrapper.getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator) |
|
static JSONObject |
AssetCategoryServiceUtil.getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator) |
|
JSONObject |
AssetCategoryService.getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator) |
|
JSONObject |
AssetCategoryServiceWrapper.getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator) |
|
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
|
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
|
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static AssetCategoryDisplay |
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
AssetCategoryDisplay |
AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static AssetCategoryDisplay |
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
AssetCategoryDisplay |
AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryServiceUtil.getVocabularyRootCategories(long, long, int, int,
OrderByComparator) |
|
List<AssetCategory> |
AssetCategoryService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryService.getVocabularyRootCategories(long, long, int, int,
OrderByComparator) |
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by AssetCategoryServiceWrapper.getVocabularyRootCategories(long, long, int, int,
OrderByComparator) |
|
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryService.getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
static List<AssetCategory> |
AssetCategoryServiceUtil.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryService.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
List<AssetCategory> |
AssetCategoryServiceWrapper.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
|
| Uses of OrderByComparator in com.liferay.portlet.asset.service.persistence |
|---|
| Methods in com.liferay.portlet.asset.service.persistence with parameters of type OrderByComparator | |
|---|---|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByC_K_First(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByC_K_First(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByC_K_Last(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByC_K_Last(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
static AssetLink |
AssetLinkUtil.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetEntry |
AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
static AssetEntry |
AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
AssetEntry |
AssetEntryPersistence.fetchByExpirationDate_Last(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
static AssetEntry |
AssetEntryUtil.fetchByExpirationDate_Last(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByG_LikeN_Last(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByG_LikeN_Last(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_LikeN_V_First(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_LikeN_V_First(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_LikeN_V_Last(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_LikeN_V_Last(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_P_V_First(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_P_V_First(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_P_V_Last(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_P_V_Last(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_V_First(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_V_First(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where groupId = ?. |
static AssetEntry |
AssetEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.fetchByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where groupId = ?. |
static AssetEntry |
AssetEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry |
AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
AssetEntry |
AssetEntryPersistence.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry |
AssetEntryUtil.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByN_V_First(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByN_V_First(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByN_V_Last(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByN_V_Last(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_First(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_First(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_N_Last(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_N_Last(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByParentCategoryId_Last(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByParentCategoryId_Last(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetEntry |
AssetEntryPersistence.fetchByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
static AssetEntry |
AssetEntryUtil.fetchByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
AssetEntry |
AssetEntryPersistence.fetchByPublishDate_Last(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
static AssetEntry |
AssetEntryUtil.fetchByPublishDate_Last(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByTagId_First(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByTagId_First(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByTagId_First(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByTagId_First(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.fetchByTagId_Last(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.fetchByTagId_Last(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.fetchByTagId_Last(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
static AssetTagStats |
AssetTagStatsUtil.fetchByTagId_Last(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_First(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
AssetEntry |
AssetEntryPersistence.fetchByVisible_First(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
static AssetEntry |
AssetEntryUtil.fetchByVisible_First(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
AssetEntry |
AssetEntryPersistence.fetchByVisible_Last(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
static AssetEntry |
AssetEntryUtil.fetchByVisible_Last(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByVocabularyId_First(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByVocabularyId_First(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.fetchByVocabularyId_Last(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.fetchByVocabularyId_Last(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
static List<AssetTag> |
AssetTagFinderUtil.filterFindByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagFinder.filterFindByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static AssetVocabulary[] |
AssetVocabularyUtil.filterFindByG_LikeN_PrevAndNext(long vocabularyId,
long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.filterFindByG_LikeN_PrevAndNext(long vocabularyId,
long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = any ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.filterFindByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?. |
static List<AssetTag> |
AssetTagFinderUtil.filterFindByG_N_P(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagFinder.filterFindByG_N_P(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetVocabulary> |
AssetVocabularyFinderUtil.filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
List<AssetVocabulary> |
AssetVocabularyFinder.filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permission to view where groupId = ? and vocabularyId = any ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?. |
AssetTag[] |
AssetTagPersistence.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?. |
static AssetTag[] |
AssetTagUtil.filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.filterFindByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.filterFindByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ?. |
static List<AssetCategory> |
AssetCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findAll(int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories. |
List<AssetCategory> |
AssetCategoryPersistence.findAll(int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findAll(int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findAll(int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties. |
List<AssetEntry> |
AssetEntryPersistence.findAll(int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries. |
static List<AssetEntry> |
AssetEntryUtil.findAll(int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries. |
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links. |
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findAll(int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findAll(int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties. |
List<AssetTagStats> |
AssetTagStatsPersistence.findAll(int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Returns an ordered range of all the asset tag statses. |
static List<AssetTagStats> |
AssetTagStatsUtil.findAll(int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Returns an ordered range of all the asset tag statses. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findAll(int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findAll(int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByC_K_First(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByC_K_First(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByC_K_Last(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByC_K_Last(long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?. |
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?. |
AssetTagProperty[] |
AssetTagPropertyPersistence.findByC_K_PrevAndNext(long tagPropertyId,
long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?. |
static AssetTagProperty[] |
AssetTagPropertyUtil.findByC_K_PrevAndNext(long tagPropertyId,
long companyId,
String key,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ? and key = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ? and key = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ? and key = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ? and key = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ? and key = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where categoryId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where categoryId = ?. |
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?. |
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties where categoryId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties where categoryId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where classNameId = ?. |
AssetTagStats[] |
AssetTagStatsPersistence.findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?. |
static AssetTagStats[] |
AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Returns an ordered range of all the asset tag statses where classNameId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Returns an ordered range of all the asset tag statses where classNameId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the first asset category property in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByCompanyId_First(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?. |
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the last asset category property in the ordered set where companyId = ?. |
AssetEntry |
AssetEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
static AssetEntry |
AssetEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where companyId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByCompanyId_Last(long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?. |
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?. |
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?. |
AssetEntry[] |
AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?. |
static AssetEntry[] |
AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?. |
AssetTagProperty[] |
AssetTagPropertyPersistence.findByCompanyId_PrevAndNext(long tagPropertyId,
long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?. |
static AssetTagProperty[] |
AssetTagPropertyUtil.findByCompanyId_PrevAndNext(long tagPropertyId,
long companyId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where companyId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?. |
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ?. |
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Returns an ordered range of all the asset category properties where companyId = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where companyId = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where companyId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties where companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where companyId = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
AssetLink |
AssetLinkPersistence.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?. |
static AssetLink[] |
AssetLinkUtil.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
AssetLink |
AssetLinkPersistence.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?. |
static AssetLink[] |
AssetLinkUtil.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?. |
static AssetLink |
AssetLinkUtil.findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink |
AssetLinkUtil.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink |
AssetLinkPersistence.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?. |
static AssetLink[] |
AssetLinkUtil.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
AssetLink[] |
AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?. |
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?. |
AssetEntry |
AssetEntryPersistence.findByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
static AssetEntry |
AssetEntryUtil.findByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?. |
AssetEntry |
AssetEntryPersistence.findByExpirationDate_Last(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
static AssetEntry |
AssetEntryUtil.findByExpirationDate_Last(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where expirationDate = ?. |
AssetEntry[] |
AssetEntryPersistence.findByExpirationDate_PrevAndNext(long entryId,
Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?. |
static AssetEntry[] |
AssetEntryUtil.findByExpirationDate_PrevAndNext(long entryId,
Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where expirationDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where expirationDate = ?. |
static List<AssetTag> |
AssetTagFinderUtil.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagFinder.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static AssetVocabulary |
AssetVocabularyUtil.findByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByG_LikeN_First(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByG_LikeN_Last(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByG_LikeN_Last(long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByG_LikeN_PrevAndNext(long vocabularyId,
long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByG_LikeN_PrevAndNext(long vocabularyId,
long groupId,
String name,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?. |
static AssetCategory |
AssetCategoryUtil.findByG_LikeN_V_First(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_LikeN_V_First(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_LikeN_V_Last(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_LikeN_V_Last(long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_LikeN_V_PrevAndNext(long categoryId,
long groupId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_LikeN_V(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByG_LikeN(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?. |
static List<AssetTag> |
AssetTagFinderUtil.findByG_N_P(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
AssetTagFinder.findByG_N_P(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetVocabulary> |
AssetVocabularyFinderUtil.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
List<AssetVocabulary> |
AssetVocabularyFinder.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
|
static AssetCategory |
AssetCategoryUtil.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_P_V_First(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_V_First(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_P_V_Last(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_P_V_Last(long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_P_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_P_V(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_V_First(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByG_V_Last(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByG_V_PrevAndNext(long categoryId,
long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = any ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = any ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByG_V(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ?. |
AssetEntry |
AssetEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where groupId = ?. |
static AssetEntry |
AssetEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?. |
static AssetCategory |
AssetCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetCategory |
AssetCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ?. |
AssetEntry |
AssetEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where groupId = ?. |
static AssetEntry |
AssetEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where groupId = ?. |
AssetTag |
AssetTagPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetTag |
AssetTagUtil.findByGroupId_Last(long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where groupId = ?. |
AssetEntry[] |
AssetEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?. |
static AssetEntry[] |
AssetEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?. |
AssetTag[] |
AssetTagPersistence.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
static AssetTag[] |
AssetTagUtil.findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator<AssetTag> orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId,
long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = any ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = any ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where groupId = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where groupId = ?. |
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where groupId = ?. |
AssetEntry |
AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry |
AssetEntryUtil.findByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?. |
AssetEntry |
AssetEntryPersistence.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry |
AssetEntryUtil.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?. |
AssetEntry[] |
AssetEntryPersistence.findByLayoutUuid_PrevAndNext(long entryId,
String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?. |
static AssetEntry[] |
AssetEntryUtil.findByLayoutUuid_PrevAndNext(long entryId,
String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where layoutUuid = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where layoutUuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_First(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_First(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByN_V_Last(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByN_V_PrevAndNext(long categoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByN_V(String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByN_V(String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_First(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_N_Last(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_N_PrevAndNext(long categoryId,
long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_N(long parentCategoryId,
String name,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_N(long parentCategoryId,
String name,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByP_V_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByP_V_PrevAndNext(long categoryId,
long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByP_V(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory |
AssetCategoryUtil.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByParentCategoryId_PrevAndNext(long categoryId,
long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ?. |
AssetEntry |
AssetEntryPersistence.findByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
static AssetEntry |
AssetEntryUtil.findByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?. |
AssetEntry |
AssetEntryPersistence.findByPublishDate_Last(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
static AssetEntry |
AssetEntryUtil.findByPublishDate_Last(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?. |
AssetEntry[] |
AssetEntryPersistence.findByPublishDate_PrevAndNext(long entryId,
Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?. |
static AssetEntry[] |
AssetEntryUtil.findByPublishDate_PrevAndNext(long entryId,
Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByPublishDate(Date publishDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where publishDate = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByPublishDate(Date publishDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where publishDate = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByTagId_First(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByTagId_First(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the first asset tag property in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByTagId_First(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByTagId_First(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the first asset tag stats in the ordered set where tagId = ?. |
AssetTagProperty |
AssetTagPropertyPersistence.findByTagId_Last(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
static AssetTagProperty |
AssetTagPropertyUtil.findByTagId_Last(long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the last asset tag property in the ordered set where tagId = ?. |
AssetTagStats |
AssetTagStatsPersistence.findByTagId_Last(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
static AssetTagStats |
AssetTagStatsUtil.findByTagId_Last(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the last asset tag stats in the ordered set where tagId = ?. |
AssetTagProperty[] |
AssetTagPropertyPersistence.findByTagId_PrevAndNext(long tagPropertyId,
long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?. |
static AssetTagProperty[] |
AssetTagPropertyUtil.findByTagId_PrevAndNext(long tagPropertyId,
long tagId,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns the asset tag properties before and after the current asset tag property in the ordered set where tagId = ?. |
AssetTagStats[] |
AssetTagStatsPersistence.findByTagId_PrevAndNext(long tagStatsId,
long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?. |
static AssetTagStats[] |
AssetTagStatsUtil.findByTagId_PrevAndNext(long tagStatsId,
long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Returns the asset tag statses before and after the current asset tag stats in the ordered set where tagId = ?. |
List<AssetTagProperty> |
AssetTagPropertyPersistence.findByTagId(long tagId,
int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties where tagId = ?. |
static List<AssetTagProperty> |
AssetTagPropertyUtil.findByTagId(long tagId,
int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
Returns an ordered range of all the asset tag properties where tagId = ?. |
List<AssetTagStats> |
AssetTagStatsPersistence.findByTagId(long tagId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Returns an ordered range of all the asset tag statses where tagId = ?. |
static List<AssetTagStats> |
AssetTagStatsUtil.findByTagId(long tagId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Returns an ordered range of all the asset tag statses where tagId = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByUuid_C_PrevAndNext(long vocabularyId,
String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByUuid_C_PrevAndNext(long vocabularyId,
String uuid,
long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where uuid = ? and companyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where uuid = ? and companyId = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_First(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_First(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory |
AssetCategoryUtil.findByUuid_Last(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
AssetCategory |
AssetCategoryPersistence.findByUuid_Last(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ?. |
static AssetVocabulary |
AssetVocabularyUtil.findByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary |
AssetVocabularyPersistence.findByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where uuid = ?. |
static AssetVocabulary[] |
AssetVocabularyUtil.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
AssetVocabulary[] |
AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId,
String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where uuid = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where uuid = ?. |
static List<AssetVocabulary> |
AssetVocabularyUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ?. |
List<AssetVocabulary> |
AssetVocabularyPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where uuid = ?. |
AssetEntry |
AssetEntryPersistence.findByVisible_First(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
static AssetEntry |
AssetEntryUtil.findByVisible_First(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where visible = ?. |
AssetEntry |
AssetEntryPersistence.findByVisible_Last(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
static AssetEntry |
AssetEntryUtil.findByVisible_Last(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where visible = ?. |
AssetEntry[] |
AssetEntryPersistence.findByVisible_PrevAndNext(long entryId,
boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where visible = ?. |
static AssetEntry[] |
AssetEntryUtil.findByVisible_PrevAndNext(long entryId,
boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the asset entries before and after the current asset entry in the ordered set where visible = ?. |
List<AssetEntry> |
AssetEntryPersistence.findByVisible(boolean visible,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where visible = ?. |
static List<AssetEntry> |
AssetEntryUtil.findByVisible(boolean visible,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where visible = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_First(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?. |
static AssetCategory |
AssetCategoryUtil.findByVocabularyId_Last(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
AssetCategory |
AssetCategoryPersistence.findByVocabularyId_Last(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?. |
static AssetCategory[] |
AssetCategoryUtil.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
AssetCategory[] |
AssetCategoryPersistence.findByVocabularyId_PrevAndNext(long categoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findByVocabularyId(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where vocabularyId = ?. |
List<AssetCategory> |
AssetCategoryPersistence.findByVocabularyId(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where vocabularyId = ?. |
static List<AssetCategory> |
AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
|
static List<AssetEntry> |
AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
|
static List<AssetLink> |
AssetLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
|
static List<AssetTag> |
AssetTagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
static List<AssetTagProperty> |
AssetTagPropertyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetTagProperty> orderByComparator)
|
static List<AssetTagStats> |
AssetTagStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
|
static List<AssetVocabulary> |
AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
|
List<AssetCategory> |
AssetEntryPersistence.getAssetCategories(long pk,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories associated with the asset entry. |
static List<AssetCategory> |
AssetEntryUtil.getAssetCategories(long pk,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories associated with the asset entry. |
static List<AssetEntry> |
AssetCategoryUtil.getAssetEntries(long pk,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries associated with the asset category. |
List<AssetEntry> |
AssetTagPersistence.getAssetEntries(long pk,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries associated with the asset tag. |
List<AssetEntry> |
AssetCategoryPersistence.getAssetEntries(long pk,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries associated with the asset category. |
static List<AssetEntry> |
AssetTagUtil.getAssetEntries(long pk,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries associated with the asset tag. |
List<AssetTag> |
AssetEntryPersistence.getAssetTags(long pk,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags associated with the asset entry. |
static List<AssetTag> |
AssetEntryUtil.getAssetTags(long pk,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags associated with the asset entry. |
| Uses of OrderByComparator in com.liferay.portlet.asset.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.asset.util.comparator | |
|---|---|
class |
AssetTagCountComparator
|
| Uses of OrderByComparator in com.liferay.portlet.backgroundtask.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.backgroundtask.util.comparator | |
|---|---|
class |
BackgroundTaskCompletionDateComparator
|
class |
BackgroundTaskCreateDateComparator
|
| Methods in com.liferay.portlet.backgroundtask.util.comparator that return OrderByComparator | |
|---|---|
static OrderByComparator<BackgroundTask> |
BackgroundTaskComparatorFactoryUtil.getBackgroundTaskOrderByComparator(String orderByCol,
String orderByType)
|
| Uses of OrderByComparator in com.liferay.portlet.blogs.service |
|---|
| Methods in com.liferay.portlet.blogs.service with parameters of type OrderByComparator | ||
|---|---|---|
|
BlogsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
BlogsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
BlogsStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
BlogsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
BlogsStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
BlogsStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getBlogsEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns a range of blogs entries matching the UUID and company. |
|
List<BlogsEntry> |
BlogsEntryLocalService.getBlogsEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns a range of blogs entries matching the UUID and company. |
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getBlogsEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns a range of blogs entries matching the UUID and company. |
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getCompanyEntries(long,
Date, QueryDefinition) |
|
List<BlogsEntry> |
BlogsEntryLocalService.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getCompanyEntries(long,
Date, QueryDefinition) |
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getCompanyEntries(long,
Date, QueryDefinition) |
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupEntries(long, Date,
QueryDefinition) |
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupEntries(long, Date,
QueryDefinition) |
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupEntries(long, Date,
QueryDefinition) |
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupEntries(long,
QueryDefinition) |
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupEntries(long,
QueryDefinition) |
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupEntries(long,
QueryDefinition) |
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getGroupUserEntries(long,
long, Date, QueryDefinition) |
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getGroupUserEntries(long,
long, Date, QueryDefinition) |
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getGroupUserEntries(long,
long, Date, QueryDefinition) |
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceWrapper.getOrganizationEntries(long,
Date, QueryDefinition) |
|
List<BlogsEntry> |
BlogsEntryLocalService.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalService.getOrganizationEntries(long,
Date, QueryDefinition) |
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc)
Deprecated. As of 6.2.0, replaced by BlogsEntryLocalServiceUtil.getOrganizationEntries(long,
Date, QueryDefinition) |
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
|
| Uses of OrderByComparator in com.liferay.portlet.blogs.service.persistence |
|---|
| Methods in com.liferay.portlet.blogs.service.persistence with parameters of type OrderByComparator | |
|---|---|
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByC_NotE_First(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByC_NotE_First(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_NotE_First(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_NotE_First(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByU_L_First(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByU_L_First(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
static BlogsEntry |
BlogsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findAll(int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistence.findAll(int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where groupId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?. |
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
static BlogsStatsUser |
BlogsStatsUserUtil.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the first blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the last blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
Returns an ordered range of all the blogs stats users where userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BlogsStatsUser> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.blogs.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.blogs.util.comparator | |
|---|---|
class |
EntryDisplayDateComparator
|
class |
StatsUserLastPostDateComparator
|
| Uses of OrderByComparator in com.liferay.portlet.calendar.service |
|---|
| Methods in com.liferay.portlet.calendar.service with parameters of type OrderByComparator | ||
|---|---|---|
static
|
CalEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
CalEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
CalEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static List<CalEvent> |
CalEventLocalServiceUtil.getCalEventsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns a range of cal events matching the UUID and company. |
|
List<CalEvent> |
CalEventLocalService.getCalEventsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns a range of cal events matching the UUID and company. |
|
List<CalEvent> |
CalEventLocalServiceWrapper.getCalEventsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns a range of cal events matching the UUID and company. |
|
| Uses of OrderByComparator in com.liferay.portlet.calendar.service.persistence |
|---|
| Methods in com.liferay.portlet.calendar.service.persistence with parameters of type OrderByComparator | |
|---|---|
CalEvent |
CalEventPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.fetchByG_R_First(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByG_R_First(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByG_R_Last(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByG_R_Last(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_First(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_First(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_Last(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_Last(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent |
CalEventUtil.fetchByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent |
CalEventPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.fetchByGroupId_First(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.fetchByNotRemindBy_First(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.fetchByNotRemindBy_First(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.fetchByNotRemindBy_Last(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.fetchByNotRemindBy_Last(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.fetchByUuid_First(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.fetchByUuid_First(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.fetchByUuid_Last(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set 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<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_T_R_PrevAndNext(long eventId,
long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?. |
CalEvent[] |
CalEventPersistence.filterFindByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findAll(int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events. |
static List<CalEvent> |
CalEventUtil.findAll(int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events. |
CalEvent |
CalEventPersistence.findByCompanyId_First(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.findByCompanyId_First(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.findByCompanyId_Last(long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where companyId = ?. |
CalEvent[] |
CalEventPersistence.findByCompanyId_PrevAndNext(long eventId,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where companyId = ?. |
static CalEvent[] |
CalEventUtil.findByCompanyId_PrevAndNext(long eventId,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where companyId = ?. |
CalEvent |
CalEventPersistence.findByG_R_First(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.findByG_R_First(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_R_Last(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.findByG_R_Last(long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.findByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent[] |
CalEventUtil.findByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_T_First(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.findByG_T_First(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.findByG_T_Last(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.findByG_T_Last(long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ?. |
CalEvent[] |
CalEventPersistence.findByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent[] |
CalEventUtil.findByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.findByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent |
CalEventUtil.findByG_T_R_First(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent |
CalEventUtil.findByG_T_R_Last(long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.findByG_T_R_PrevAndNext(long eventId,
long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
static CalEvent[] |
CalEventUtil.findByG_T_R_PrevAndNext(long eventId,
long groupId,
String type,
boolean repeating,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String[] types,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T_R(long groupId,
String type,
boolean repeating,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator<CalEvent> 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<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.findByGroupId_First(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.findByGroupId_First(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.findByGroupId_Last(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.findByGroupId_Last(long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where groupId = ?. |
CalEvent[] |
CalEventPersistence.findByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ?. |
static CalEvent[] |
CalEventUtil.findByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where groupId = ?. |
CalEvent |
CalEventPersistence.findByNotRemindBy_First(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.findByNotRemindBy_First(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.findByNotRemindBy_Last(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.findByNotRemindBy_Last(int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where remindBy ≠ ?. |
CalEvent[] |
CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId,
int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?. |
static CalEvent[] |
CalEventUtil.findByNotRemindBy_PrevAndNext(long eventId,
int remindBy,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?. |
List<CalEvent> |
CalEventPersistence.findByNotRemindBy(int remindBy,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
CalEventUtil.findByNotRemindBy(int remindBy,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent |
CalEventUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ? and companyId = ?. |
CalEvent[] |
CalEventPersistence.findByUuid_C_PrevAndNext(long eventId,
String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?. |
static CalEvent[] |
CalEventUtil.findByUuid_C_PrevAndNext(long eventId,
String uuid,
long companyId,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where uuid = ? and companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where uuid = ? and companyId = ?. |
CalEvent |
CalEventPersistence.findByUuid_First(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.findByUuid_First(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the first cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.findByUuid_Last(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.findByUuid_Last(String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the last cal event in the ordered set where uuid = ?. |
CalEvent[] |
CalEventPersistence.findByUuid_PrevAndNext(long eventId,
String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ?. |
static CalEvent[] |
CalEventUtil.findByUuid_PrevAndNext(long eventId,
String uuid,
OrderByComparator<CalEvent> orderByComparator)
Returns the cal events before and after the current cal event in the ordered set where uuid = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Returns an ordered range of all the cal events where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service with parameters of type OrderByComparator | ||
|---|---|---|
|
DLFileVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileEntryMetadataLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileRankLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLSyncEventLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileShortcutLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileEntryMetadataLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileEntryTypeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLSyncEventLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileRankLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLFileVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileEntryTypeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLFileEntryMetadataLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLFileRankLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLFileEntryTypeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLFileShortcutLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLSyncEventLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLFileShortcutLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DLContentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DLFileEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getDLFileEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns a range of document library file entries matching the UUID and company. |
|
List<DLFileEntry> |
DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns a range of document library file entries matching the UUID and company. |
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getDLFileEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns a range of document library file entries matching the UUID and company. |
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
|
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
|
|
List<DLFolder> |
DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
|
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns a range of document library file entry types matching the UUID and company. |
|
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns a range of document library file entry types matching the UUID and company. |
|
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns a range of document library file entry types matching the UUID and company. |
|
List<DLFileShortcut> |
DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns a range of document library file shortcuts matching the UUID and company. |
|
static List<DLFileShortcut> |
DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns a range of document library file shortcuts matching the UUID and company. |
|
List<DLFileShortcut> |
DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns a range of document library file shortcuts matching the UUID and company. |
|
List<DLFileVersion> |
DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns a range of document library file versions matching the UUID and company. |
|
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getDLFileVersionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns a range of document library file versions matching the UUID and company. |
|
static List<DLFileVersion> |
DLFileVersionLocalServiceUtil.getDLFileVersionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns a range of document library file versions matching the UUID and company. |
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns a range of document library folders matching the UUID and company. |
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns a range of document library folders matching the UUID and company. |
|
List<DLFolder> |
DLFolderLocalService.getDLFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns a range of document library folders matching the UUID and company. |
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the folder. |
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries with the file entry type in the folder. |
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<FileEntry> |
DLAppServiceUtil.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
|
List<FileEntry> |
DLAppService.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
|
List<FileEntry> |
DLAppServiceWrapper.getFileEntries(long repositoryId,
long folderId,
String[] mimeTypes,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<DLFolder> |
DLFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<DLFolder> |
DLFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderService.getFolders(long groupId,
long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<DLFolder> |
DLFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<Folder> |
DLAppServiceUtil.getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<Folder> |
DLAppService.getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
List<Folder> |
DLAppServiceWrapper.getFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder. |
|
static List<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> |
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) |
|
List<Object> |
DLAppService.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
|
List<Object> |
DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder. |
|
static List<Object> |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long, long,
String[], boolean, QueryDefinition) |
|
List<Object> |
DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
Deprecated. As of 6.2.0, replaced by DLFolderLocalService.getFoldersAndFileEntriesAndFileShortcuts(long, long,
String[], boolean, QueryDefinition) |
|
static List<Object> |
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
|
static List<Object> |
DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
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) |
|
List<Object> |
DLAppService.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> |
DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts(long repositoryId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
|
static List<Object> |
DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
Deprecated. As of 6.2.0, replaced by DLFolderLocalServiceUtil.getFoldersAndFileEntriesAndFileShortcutsCount(long, long,
String[], boolean, QueryDefinition) |
|
List<Object> |
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) |
|
static List<Object> |
DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
DLFolderService.getFoldersAndFileEntriesAndFileShortcuts(long groupId,
long folderId,
int status,
String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
|
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. |
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
|
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<FileEntry> obc)
Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. |
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
long repositoryId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<DLFileEntry> obc)
|
|
static List<FileEntry> |
DLAppServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
|
List<FileEntry> |
DLAppService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
|
List<FileEntry> |
DLAppServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator<FileEntry> obc)
|
|
List<DLFolder> |
DLFolderLocalServiceWrapper.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderServiceWrapper.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<DLFolder> |
DLFolderLocalServiceUtil.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderLocalService.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<DLFolder> |
DLFolderServiceUtil.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
List<DLFolder> |
DLFolderService.getMountFolders(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> obc)
|
|
static List<Folder> |
DLAppServiceUtil.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
|
List<Folder> |
DLAppService.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
|
List<Folder> |
DLAppServiceWrapper.getMountFolders(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<Folder> obc)
Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. |
|
List<DLFileEntryType> |
DLFileEntryTypeLocalService.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
static List<DLFileEntryType> |
DLFileEntryTypeServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
List<DLFileEntryType> |
DLFileEntryTypeLocalServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
static List<DLFileEntryType> |
DLFileEntryTypeLocalServiceUtil.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
List<DLFileEntryType> |
DLFileEntryTypeServiceWrapper.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
List<DLFileEntryType> |
DLFileEntryTypeService.search(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
|
| Uses of OrderByComparator in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type OrderByComparator | |
|---|---|
DLFileShortcut |
DLFileShortcutPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFolder |
DLFolderUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFolder |
DLFolderUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?. |
static DLContent |
DLContentUtil.fetchByC_R_First(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.fetchByC_R_First(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.fetchByC_R_Last(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.fetchByC_R_Last(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.fetchByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.fetchByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.fetchByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.fetchByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.fetchByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.fetchByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent |
DLContentUtil.fetchByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.fetchByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static DLFolder |
DLFolderUtil.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_S_First(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_S_First(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_S_Last(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_S_Last(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileVersionId_First(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileVersionId_First(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByFileVersionId_Last(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByFileVersionId_Last(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_First(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_First(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.fetchByG_M_P_Last(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByG_M_P_Last(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent |
DLSyncEventPersistence.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.fetchByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
static DLFolder |
DLFolderUtil.fetchByP_N_First(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.fetchByP_N_First(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder |
DLFolderUtil.fetchByP_N_Last(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.fetchByP_N_Last(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
static DLFolder |
DLFolderUtil.fetchByR_P_First(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByR_P_First(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.fetchByR_P_Last(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.fetchByR_P_Last(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?. |
static DLFolder |
DLFolderUtil.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?. |
DLFolder |
DLFolderPersistence.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?. |
static DLFolder |
DLFolderUtil.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?. |
DLFolder |
DLFolderPersistence.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.fetchByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.fetchByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.filterFindByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.filterFindByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?. |
static DLFolder[] |
DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?. |
DLFolder[] |
DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?. |
static List<DLFolder> |
DLFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
List<DLFileEntryType> |
DLFileEntryTypeFinder.filterFindByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
static List<DLContent> |
DLContentUtil.findAll(int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents. |
List<DLContent> |
DLContentPersistence.findAll(int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents. |
static List<DLFileEntry> |
DLFileEntryUtil.findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries. |
List<DLFileEntry> |
DLFileEntryPersistence.findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findAll(int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findAll(int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findAll(int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findAll(int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types. |
List<DLFileRank> |
DLFileRankPersistence.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks. |
static List<DLFileRank> |
DLFileRankUtil.findAll(int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findAll(int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findAll(int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts. |
List<DLFileVersion> |
DLFileVersionPersistence.findAll(int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions. |
static List<DLFileVersion> |
DLFileVersionUtil.findAll(int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions. |
static List<DLFolder> |
DLFolderUtil.findAll(int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders. |
List<DLFolder> |
DLFolderPersistence.findAll(int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders. |
List<DLSyncEvent> |
DLSyncEventPersistence.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the d l sync events. |
static List<DLSyncEvent> |
DLSyncEventUtil.findAll(int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the d l sync events. |
DLFileShortcut |
DLFileShortcutPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion |
DLFileVersionPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion |
DLFileVersionUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFolder |
DLFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion |
DLFileVersionPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion |
DLFileVersionUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFolder |
DLFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByC_NotS_PrevAndNext(long fileShortcutId,
long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByC_NotS_PrevAndNext(long fileShortcutId,
long companyId,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByC_NotS_PrevAndNext(long fileVersionId,
long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByC_NotS_PrevAndNext(long fileVersionId,
long companyId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFolder[] |
DLFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?. |
DLFolder[] |
DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?. |
static List<DLFolder> |
DLFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?. |
List<DLFolder> |
DLFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?. |
static DLContent |
DLContentUtil.findByC_R_First(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.findByC_R_First(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.findByC_R_Last(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent |
DLContentPersistence.findByC_R_Last(long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ?. |
static DLContent |
DLContentUtil.findByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.findByC_R_LikeP_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.findByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent |
DLContentPersistence.findByC_R_LikeP_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent[] |
DLContentUtil.findByC_R_LikeP_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
DLContent[] |
DLContentPersistence.findByC_R_LikeP_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path LIKE ?. |
static List<DLContent> |
DLContentUtil.findByC_R_LikeP(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
List<DLContent> |
DLContentPersistence.findByC_R_LikeP(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path LIKE ?. |
static DLContent |
DLContentUtil.findByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.findByC_R_P_First(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the first document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent |
DLContentUtil.findByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent |
DLContentPersistence.findByC_R_P_Last(long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the last document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static DLContent[] |
DLContentUtil.findByC_R_P_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
DLContent[] |
DLContentPersistence.findByC_R_P_PrevAndNext(long contentId,
long companyId,
long repositoryId,
String path,
OrderByComparator<DLContent> orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ? and path = ?. |
static List<DLContent> |
DLContentUtil.findByC_R_P(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
List<DLContent> |
DLContentPersistence.findByC_R_P(long companyId,
long repositoryId,
String path,
int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ? and path = ?. |
static DLContent[] |
DLContentUtil.findByC_R_PrevAndNext(long contentId,
long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?. |
DLContent[] |
DLContentPersistence.findByC_R_PrevAndNext(long contentId,
long companyId,
long repositoryId,
OrderByComparator<DLContent> orderByComparator)
Returns the document library contents before and after the current document library content in the ordered set where companyId = ? and repositoryId = ?. |
static List<DLContent> |
DLContentUtil.findByC_R(long companyId,
long repositoryId,
int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?. |
List<DLContent> |
DLContentPersistence.findByC_R(long companyId,
long repositoryId,
int start,
int end,
OrderByComparator<DLContent> orderByComparator)
Returns an ordered range of all the document library contents where companyId = ? and repositoryId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByCompanyId_First(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByCompanyId_First(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByCompanyId_PrevAndNext(long fileShortcutId,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByCompanyId_PrevAndNext(long fileShortcutId,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByCompanyId_PrevAndNext(long fileVersionId,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByCompanyId_PrevAndNext(long fileVersionId,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?. |
static DLFolder[] |
DLFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?. |
DLFolder[] |
DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where companyId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where companyId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where companyId = ?. |
static DLFolder |
DLFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static DLFolder |
DLFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
DLFolder |
DLFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<DLFolder> |
DLFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<DLFolder> |
DLFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static DLFileEntry |
DLFileEntryUtil.findByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.findByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?. |
static DLFileEntry |
DLFileEntryUtil.findByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
DLFileEntryPersistence.findByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByF_N_PrevAndNext(long fileEntryId,
long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByF_N_PrevAndNext(long fileEntryId,
long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?. |
DLFileVersion |
DLFileVersionPersistence.findByF_S_First(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByF_S_First(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByF_S_Last(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByF_S_Last(long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByF_S_PrevAndNext(long fileVersionId,
long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId,
long fileEntryId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByF_S(long fileEntryId,
int status,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByF_S(long fileEntryId,
int status,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where fileEntryId = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByFileEntryId_PrevAndNext(long fileEntryMetadataId,
long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByFileEntryId_PrevAndNext(long fileEntryMetadataId,
long fileEntryId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByFileEntryId_PrevAndNext(long fileVersionId,
long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId,
long fileEntryId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where fileEntryId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where fileEntryId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId,
long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId,
long fileEntryTypeId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where fileEntryTypeId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryTypeId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryTypeId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileVersionId_First(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileVersionId_First(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByFileVersionId_Last(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByFileVersionId_Last(long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByFileVersionId_PrevAndNext(long fileEntryMetadataId,
long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByFileVersionId_PrevAndNext(long fileEntryMetadataId,
long fileVersionId,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByFileVersionId(long fileVersionId,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByFileVersionId(long fileVersionId,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_First(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_Last(long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_A_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_S_First(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_A_S_Last(long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_A_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
boolean active,
int status,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A_S(long groupId,
long folderId,
boolean active,
int status,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F_A(long groupId,
long folderId,
boolean active,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByG_F_S_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByG_F_S_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
int status,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByG_F_T_V_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByG_F_T_V_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String title,
String version,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByG_F_T_V(long groupId,
long folderId,
String title,
String version,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByG_F_T_V(long groupId,
long folderId,
String title,
String version,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_First(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_First(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder[] |
DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
DLFolder[] |
DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder[] |
DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
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(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?. |
static DLFolder |
DLFolderUtil.findByG_M_P_Last(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_M_P_Last(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static DLFolder[] |
DLFolderUtil.findByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.findByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.findByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder |
DLFolderPersistence.findByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder[] |
DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
DLFolder[] |
DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?. |
static DLFolder |
DLFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder[] |
DLFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U_A(long groupId,
long userId,
boolean active,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ? and active = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByGroupId_First(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.findByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId,
long groupId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?. |
static DLFolder[] |
DLFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?. |
DLFolder[] |
DLFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = any ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where groupId = ?. |
static List<DLFolder> |
DLFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ?. |
List<DLFolder> |
DLFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeFinderUtil.findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
List<DLFileEntryType> |
DLFileEntryTypeFinder.findByKeywords(long companyId,
long[] groupIds,
String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
static DLFileEntry |
DLFileEntryUtil.findByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.findByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.findByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
static DLFileVersion |
DLFileVersionUtil.findByMimeType_First(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
static DLFileEntry |
DLFileEntryUtil.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
DLFileEntryPersistence.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
static DLFileVersion |
DLFileVersionUtil.findByMimeType_Last(String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByMimeType_PrevAndNext(long fileVersionId,
String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByMimeType_PrevAndNext(long fileVersionId,
String mimeType,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where mimeType = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where mimeType = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where mimeType = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where mimeType = ?. |
DLSyncEvent |
DLSyncEventPersistence.findByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.findByModifiedTime_First(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the first d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent |
DLSyncEventPersistence.findByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent |
DLSyncEventUtil.findByModifiedTime_Last(long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the last d l sync event in the ordered set where modifiedTime > ?. |
DLSyncEvent[] |
DLSyncEventPersistence.findByModifiedTime_PrevAndNext(long syncEventId,
long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?. |
static DLSyncEvent[] |
DLSyncEventUtil.findByModifiedTime_PrevAndNext(long syncEventId,
long modifiedTime,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns the d l sync events before and after the current d l sync event in the ordered set where modifiedTime > ?. |
List<DLSyncEvent> |
DLSyncEventPersistence.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the d l sync events where modifiedTime > ?. |
static List<DLSyncEvent> |
DLSyncEventUtil.findByModifiedTime(long modifiedTime,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
Returns an ordered range of all the d l sync events where modifiedTime > ?. |
static DLFolder |
DLFolderUtil.findByP_N_First(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.findByP_N_First(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder |
DLFolderUtil.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder[] |
DLFolderUtil.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder[] |
DLFolderPersistence.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?. |
static List<DLFolder> |
DLFolderUtil.findByP_N(long parentFolderId,
String name,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?. |
List<DLFolder> |
DLFolderPersistence.findByP_N(long parentFolderId,
String name,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?. |
static DLFileEntry |
DLFileEntryUtil.findByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByR_F_PrevAndNext(long fileEntryId,
long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByR_F_PrevAndNext(long fileEntryId,
long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?. |
static DLFolder |
DLFolderUtil.findByR_P_First(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByR_P_First(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByR_P_Last(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByR_P_Last(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
static DLFolder[] |
DLFolderUtil.findByR_P_PrevAndNext(long folderId,
long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.findByR_P_PrevAndNext(long folderId,
long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?. |
static List<DLFolder> |
DLFolderUtil.findByR_P(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?. |
List<DLFolder> |
DLFolderPersistence.findByR_P(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?. |
static DLFolder |
DLFolderUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?. |
DLFolder |
DLFolderPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?. |
static DLFolder |
DLFolderUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?. |
DLFolder |
DLFolderPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByRepositoryId_PrevAndNext(long fileEntryId,
long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByRepositoryId_PrevAndNext(long fileEntryId,
long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?. |
static DLFolder[] |
DLFolderUtil.findByRepositoryId_PrevAndNext(long folderId,
long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?. |
DLFolder[] |
DLFolderPersistence.findByRepositoryId_PrevAndNext(long folderId,
long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ?. |
static List<DLFolder> |
DLFolderUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where repositoryId = ?. |
List<DLFolder> |
DLFolderPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where repositoryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByToFileEntryId_First(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByToFileEntryId_Last(long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext(long fileShortcutId,
long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByToFileEntryId_PrevAndNext(long fileShortcutId,
long toFileEntryId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByUserId_First(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByUserId_Last(long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator<DLFileRank> orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
List<DLFileRank> |
DLFileRankPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
static List<DLFileRank> |
DLFileRankUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
Returns an ordered range of all the document library file ranks where userId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFolder |
DLFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder |
DLFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByUuid_C_PrevAndNext(long fileEntryId,
String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByUuid_C_PrevAndNext(long fileEntryId,
String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId,
String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId,
String uuid,
long companyId,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByUuid_C_PrevAndNext(long fileShortcutId,
String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByUuid_C_PrevAndNext(long fileShortcutId,
String uuid,
long companyId,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByUuid_C_PrevAndNext(long fileVersionId,
String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByUuid_C_PrevAndNext(long fileVersionId,
String uuid,
long companyId,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFolder[] |
DLFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?. |
DLFolder[] |
DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where uuid = ? and companyId = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where uuid = ? and companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByUuid_First(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_First(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the first document library file entry type in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_First(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_First(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the first document library file version in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.findByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata |
DLFileEntryMetadataUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata |
DLFileEntryMetadataPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
static DLFileEntryType |
DLFileEntryTypeUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType |
DLFileEntryTypePersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the last document library file entry type in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the last document library file version in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?. |
static DLFileEntryMetadata[] |
DLFileEntryMetadataUtil.findByUuid_PrevAndNext(long fileEntryMetadataId,
String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?. |
DLFileEntryMetadata[] |
DLFileEntryMetadataPersistence.findByUuid_PrevAndNext(long fileEntryMetadataId,
String uuid,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?. |
static DLFileEntryType[] |
DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId,
String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?. |
DLFileEntryType[] |
DLFileEntryTypePersistence.findByUuid_PrevAndNext(long fileEntryTypeId,
String uuid,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByUuid_PrevAndNext(long fileVersionId,
String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByUuid_PrevAndNext(long fileVersionId,
String uuid,
OrderByComparator<DLFileVersion> orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?. |
static DLFolder[] |
DLFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?. |
DLFolder[] |
DLFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ?. |
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where uuid = ?. |
List<DLFileEntryMetadata> |
DLFileEntryMetadataPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
Returns an ordered range of all the document library file entry metadatas where uuid = ?. |
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ?. |
List<DLFileEntryType> |
DLFileEntryTypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types where uuid = ?. |
List<DLFileShortcut> |
DLFileShortcutPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ?. |
static List<DLFileShortcut> |
DLFileShortcutUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
Returns an ordered range of all the document library file versions where uuid = ?. |
static List<DLFolder> |
DLFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where uuid = ?. |
List<DLFolder> |
DLFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where uuid = ?. |
static List<DLContent> |
DLContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLContent> orderByComparator)
|
static List<DLFileEntry> |
DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
|
static List<DLFileEntryMetadata> |
DLFileEntryMetadataUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileEntryMetadata> orderByComparator)
|
static List<DLFileEntryType> |
DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
|
static List<DLFileRank> |
DLFileRankUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileRank> orderByComparator)
|
static List<DLFileShortcut> |
DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileShortcut> orderByComparator)
|
static List<DLFileVersion> |
DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileVersion> orderByComparator)
|
static List<DLFolder> |
DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
|
static List<DLSyncEvent> |
DLSyncEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLSyncEvent> orderByComparator)
|
static List<DDMStructure> |
DLFileEntryTypeUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
List<DDMStructure> |
DLFileEntryTypePersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the document library file entry type. |
static List<DLFileEntryType> |
DLFolderUtil.getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types associated with the document library folder. |
List<DLFileEntryType> |
DLFolderPersistence.getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types associated with the document library folder. |
static List<DLFolder> |
DLFileEntryTypeUtil.getDLFolders(long pk,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders associated with the document library file entry type. |
List<DLFolder> |
DLFileEntryTypePersistence.getDLFolders(long pk,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders associated with the document library file entry type. |
| Uses of OrderByComparator in com.liferay.portlet.documentlibrary.util |
|---|
| Methods in com.liferay.portlet.documentlibrary.util that return OrderByComparator | ||
|---|---|---|
static
|
DLUtil.getRepositoryModelOrderByComparator(String orderByCol,
String orderByType)
|
|
|
DL.getRepositoryModelOrderByComparator(String orderByCol,
String orderByType)
|
|
| Uses of OrderByComparator in com.liferay.portlet.documentlibrary.util.comparator |
|---|
| Uses of OrderByComparator in com.liferay.portlet.dynamicdatalists.service |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type OrderByComparator | ||
|---|---|---|
|
DDLRecordVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDLRecordLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDLRecordSetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDLRecordSetLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDLRecordLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDLRecordSetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDLRecordLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDLRecordVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDLRecordVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getCompanyRecords(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
|
List<DDLRecord> |
DDLRecordLocalService.getCompanyRecords(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getCompanyRecords(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getDDLRecordsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns a range of d d l records matching the UUID and company. |
|
List<DDLRecord> |
DDLRecordLocalService.getDDLRecordsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns a range of d d l records matching the UUID and company. |
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getDDLRecordsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns a range of d d l records matching the UUID and company. |
|
static List<DDLRecordSet> |
DDLRecordSetLocalServiceUtil.getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns a range of d d l record sets matching the UUID and company. |
|
List<DDLRecordSet> |
DDLRecordSetLocalService.getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns a range of d d l record sets matching the UUID and company. |
|
List<DDLRecordSet> |
DDLRecordSetLocalServiceWrapper.getDDLRecordSetsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns a range of d d l record sets matching the UUID and company. |
|
static List<DDLRecord> |
DDLRecordLocalServiceUtil.getRecords(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
|
List<DDLRecord> |
DDLRecordLocalService.getRecords(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
|
List<DDLRecord> |
DDLRecordLocalServiceWrapper.getRecords(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
|
List<DDLRecordVersion> |
DDLRecordVersionLocalService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
|
List<DDLRecordVersion> |
DDLRecordVersionService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
|
static List<DDLRecordVersion> |
DDLRecordLocalServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
|
List<DDLRecordVersion> |
DDLRecordLocalService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
|
static List<DDLRecordVersion> |
DDLRecordVersionServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
|
List<DDLRecordVersion> |
DDLRecordLocalServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
|
static List<DDLRecordVersion> |
DDLRecordVersionLocalServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
|
List<DDLRecordVersion> |
DDLRecordVersionLocalServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
|
List<DDLRecordVersion> |
DDLRecordVersionServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetServiceWrapper.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
static List<DDLRecordSet> |
DDLRecordSetLocalServiceUtil.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetLocalService.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
static List<DDLRecordSet> |
DDLRecordSetServiceUtil.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetLocalServiceWrapper.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetService.search(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetServiceWrapper.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
static List<DDLRecordSet> |
DDLRecordSetLocalServiceUtil.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetLocalService.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
static List<DDLRecordSet> |
DDLRecordSetServiceUtil.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetLocalServiceWrapper.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
|
List<DDLRecordSet> |
DDLRecordSetService.search(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> 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<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> 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<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByR_U_First(long recordSetId,
long userId,
OrderByComparator<DDLRecord> 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<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByR_U_Last(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
static DDLRecord |
DDLRecordUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
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<DDLRecordSet> orderByComparator)
|
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<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetFinder.filterFindByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> 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<DDLRecordSet> orderByComparator)
|
DDLRecordSet[] |
DDLRecordSetPersistence.filterFindByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?. |
static DDLRecordSet[] |
DDLRecordSetUtil.filterFindByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set of d d l record sets that the user has permission to view where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets that the user has permissions to view where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetFinder.filterFindByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
static List<DDLRecordSet> |
DDLRecordSetFinderUtil.filterFindByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
static List<DDLRecord> |
DDLRecordUtil.findAll(int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records. |
List<DDLRecord> |
DDLRecordPersistence.findAll(int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findAll(int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findAll(int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
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<DDLRecordSet> orderByComparator)
|
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<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
DDLRecordSetFinder.findByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> 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<DDLRecordSet> orderByComparator)
|
List<DDLRecord> |
DDLRecordFinder.findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
static List<DDLRecord> |
DDLRecordFinderUtil.findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
static DDLRecord |
DDLRecordUtil.findByCompanyId_First(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?. |
static DDLRecord |
DDLRecordUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?. |
static DDLRecord[] |
DDLRecordUtil.findByCompanyId_PrevAndNext(long recordId,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByCompanyId_PrevAndNext(long recordId,
long companyId,
OrderByComparator<DDLRecord> 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<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByGroupId_First(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByGroupId_First(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where groupId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByGroupId_Last(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByGroupId_Last(long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where groupId = ?. |
DDLRecordSet[] |
DDLRecordSetPersistence.findByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?. |
static DDLRecordSet[] |
DDLRecordSetUtil.findByGroupId_PrevAndNext(long recordSetId,
long groupId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the d d l record sets before and after the current d d l record set in the ordered set where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets where groupId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets where groupId = ?. |
List<DDLRecordSet> |
DDLRecordSetFinder.findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
static List<DDLRecordSet> |
DDLRecordSetFinderUtil.findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last 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<DDLRecordVersion> 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 = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
List<DDLRecord> |
DDLRecordFinder.findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
static List<DDLRecord> |
DDLRecordFinderUtil.findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
static DDLRecord |
DDLRecordUtil.findByR_U_First(long recordSetId,
long userId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.findByR_U_First(long recordSetId,
long userId,
OrderByComparator<DDLRecord> 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<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord |
DDLRecordPersistence.findByR_U_Last(long recordSetId,
long userId,
OrderByComparator<DDLRecord> 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<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByR_U_PrevAndNext(long recordId,
long recordSetId,
long userId,
OrderByComparator<DDLRecord> 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<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByR_U(long recordSetId,
long userId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion[] |
DDLRecordVersionUtil.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> 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 List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
static DDLRecord |
DDLRecordUtil.findByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.findByRecordSetId_First(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.findByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
DDLRecord |
DDLRecordPersistence.findByRecordSetId_Last(long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?. |
static DDLRecord[] |
DDLRecordUtil.findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
OrderByComparator<DDLRecord> 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<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByRecordSetId(long recordSetId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ?. |
static DDLRecord |
DDLRecordUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ? and companyId = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last 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<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecord[] |
DDLRecordPersistence.findByUuid_C_PrevAndNext(long recordId,
String uuid,
long companyId,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?. |
DDLRecordSet[] |
DDLRecordSetPersistence.findByUuid_C_PrevAndNext(long recordSetId,
String uuid,
long companyId,
OrderByComparator<DDLRecordSet> 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 DDLRecordSet[] |
DDLRecordSetUtil.findByUuid_C_PrevAndNext(long recordSetId,
String uuid,
long companyId,
OrderByComparator<DDLRecordSet> 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 List<DDLRecord> |
DDLRecordUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ? and companyId = ?. |
static DDLRecord |
DDLRecordUtil.findByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_First(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_First(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_First(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the first d d l record set in the ordered set where uuid = ?. |
static DDLRecord |
DDLRecordUtil.findByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
DDLRecord |
DDLRecordPersistence.findByUuid_Last(String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?. |
DDLRecordSet |
DDLRecordSetPersistence.findByUuid_Last(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
static DDLRecordSet |
DDLRecordSetUtil.findByUuid_Last(String uuid,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns the last d d l record set in the ordered set where uuid = ?. |
static DDLRecord[] |
DDLRecordUtil.findByUuid_PrevAndNext(long recordId,
String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?. |
DDLRecord[] |
DDLRecordPersistence.findByUuid_PrevAndNext(long recordId,
String uuid,
OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?. |
DDLRecordSet[] |
DDLRecordSetPersistence.findByUuid_PrevAndNext(long recordSetId,
String uuid,
OrderByComparator<DDLRecordSet> 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 DDLRecordSet[] |
DDLRecordSetUtil.findByUuid_PrevAndNext(long recordSetId,
String uuid,
OrderByComparator<DDLRecordSet> 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 List<DDLRecord> |
DDLRecordUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ?. |
List<DDLRecord> |
DDLRecordPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ?. |
List<DDLRecordSet> |
DDLRecordSetPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ?. |
static List<DDLRecordSet> |
DDLRecordSetUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
Returns an ordered range of all the d d l record sets where uuid = ?. |
static List<DDLRecord> |
DDLRecordUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
static List<DDLRecordSet> |
DDLRecordSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDLRecordVersion> 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<DDLRecord> orderByComparator)
|
byte[] |
BaseDDLExporter.export(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
byte[] |
DDLExporter.export(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.service |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type OrderByComparator | ||
|---|---|---|
static
|
DDMStorageLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMContentLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStructureVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStructureLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMTemplateLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMTemplateVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStructureLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStructureVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMTemplateLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStorageLinkLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStructureLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDMContentLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDMStructureLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMContentLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStorageLinkLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDMTemplateVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDMTemplateLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMTemplateVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDMStructureLinkLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
DDMStructureLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
DDMStructureVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns all the structures matching the class name ID ordered by the comparator. |
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceWrapper.getClassStructures(long,
long, OrderByComparator) |
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalServiceUtil.getClassStructures(long,
long, OrderByComparator) |
|
List<DDMStructure> |
DDMStructureLocalService.getClassStructures(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Deprecated. As of 6.2.0, replaced by DDMStructureLocalService.getClassStructures(long,
long, OrderByComparator) |
|
List<DDMContent> |
DDMContentLocalServiceWrapper.getDDMContentsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns a range of d d m contents matching the UUID and company. |
|
static List<DDMContent> |
DDMContentLocalServiceUtil.getDDMContentsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns a range of d d m contents matching the UUID and company. |
|
List<DDMContent> |
DDMContentLocalService.getDDMContentsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns a range of d d m contents matching the UUID and company. |
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
|
List<DDMStructure> |
DDMStructureLocalService.getDDMStructuresByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns a range of d d m structures matching the UUID and company. |
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getDDMTemplatesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns a range of d d m templates matching the UUID and company. |
|
List<DDMTemplate> |
DDMTemplateLocalService.getDDMTemplatesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns a range of d d m templates matching the UUID and company. |
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getDDMTemplatesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns a range of d d m templates matching the UUID and company. |
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
|
List<DDMStructure> |
DDMStructureLocalService.getDLFileEntryTypeDDMStructures(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
|
List<DDMStructure> |
DDMStructureLocalService.getJournalFolderDDMStructures(long folderId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
|
List<DDMStructure> |
DDMStructureLocalService.getStructures(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the class name ID and group. |
|
static List<DDMStructureVersion> |
DDMStructureVersionServiceUtil.getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
|
List<DDMStructureVersion> |
DDMStructureVersionLocalServiceWrapper.getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
|
List<DDMStructureVersion> |
DDMStructureVersionService.getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
|
List<DDMStructureVersion> |
DDMStructureVersionLocalService.getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
|
List<DDMStructureVersion> |
DDMStructureVersionServiceWrapper.getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
|
static List<DDMStructureVersion> |
DDMStructureVersionLocalServiceUtil.getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
|
List<DDMTemplate> |
DDMTemplateService.getTemplatesByStructureClassNameId(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group. |
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.getTemplatesByStructureClassNameId(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group and structure class name ID. |
|
List<DDMTemplate> |
DDMTemplateLocalService.getTemplatesByStructureClassNameId(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group and structure class name ID. |
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.getTemplatesByStructureClassNameId(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group. |
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.getTemplatesByStructureClassNameId(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group and structure class name ID and all the generic templates matching the group. |
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.getTemplatesByStructureClassNameId(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group and structure class name ID. |
|
List<DDMTemplateVersion> |
DDMTemplateVersionService.getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
|
List<DDMTemplateVersion> |
DDMTemplateVersionLocalServiceWrapper.getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
|
static List<DDMTemplateVersion> |
DDMTemplateVersionServiceUtil.getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
|
static List<DDMTemplateVersion> |
DDMTemplateVersionLocalServiceUtil.getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
|
List<DDMTemplateVersion> |
DDMTemplateVersionLocalService.getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
|
List<DDMTemplateVersion> |
DDMTemplateVersionServiceWrapper.getTemplateVersions(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions. |
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions. |
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class Name IDs, class PK, type, and mode, and include the keywords on its names and descriptions. |
|
List<DDMTemplate> |
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<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language. |
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language. |
|
List<DDMTemplate> |
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<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language. |
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language. |
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language. |
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group IDs, class name IDs, class PK, name keyword, description keyword, type, mode, and language. |
|
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
|
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
|
List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
|
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups and class name IDs, and matching the keywords in the structure names and descriptions. |
|
List<DDMStructure> |
DDMStructureService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
|
List<DDMStructure> |
DDMStructureLocalServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
|
static List<DDMStructure> |
DDMStructureLocalServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
|
List<DDMStructure> |
DDMStructureServiceWrapper.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
|
List<DDMStructure> |
DDMStructureLocalService.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
|
static List<DDMStructure> |
DDMStructureServiceUtil.search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the structures matching the groups, class name IDs, name keyword, description keyword, storage type, and type. |
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
List<DDMTemplate> |
DDMTemplateLocalService.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, type, and mode, and matching the keywords in the template names and descriptions. |
|
List<DDMTemplate> |
DDMTemplateService.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language. |
|
List<DDMTemplate> |
DDMTemplateLocalServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language. |
|
List<DDMTemplate> |
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<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language. |
|
static List<DDMTemplate> |
DDMTemplateServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language. |
|
List<DDMTemplate> |
DDMTemplateServiceWrapper.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language. |
|
static List<DDMTemplate> |
DDMTemplateLocalServiceUtil.search(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the templates matching the group, class name ID, class PK, name keyword, description keyword, type, mode, and language. |
|
| Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type OrderByComparator | |
|---|---|
DDMStructure |
DDMStructurePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByClassPK_First(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByClassPK_First(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByClassPK_Last(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByClassPK_Last(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
DDMContent |
DDMContentPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_T_M_First(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_T_M_First(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_C_T_M_Last(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_C_T_M_Last(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_CPK_First(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_CPK_First(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByG_CPK_Last(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByG_CPK_Last(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classPK = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMContent |
DDMContentPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByGroupId_First(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByLanguage_First(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByLanguage_First(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByLanguage_Last(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByLanguage_Last(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByStructureId_First(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByStructureId_First(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByStructureId_First(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByStructureId_First(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
DDMStructureVersion |
DDMStructureVersionPersistence.fetchByStructureId_First(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the first d d m structure version in the ordered set where structureId = ?. |
static DDMStructureVersion |
DDMStructureVersionUtil.fetchByStructureId_First(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the first d d m structure version in the ordered set where structureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByStructureId_Last(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByStructureId_Last(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.fetchByStructureId_Last(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.fetchByStructureId_Last(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
DDMStructureVersion |
DDMStructureVersionPersistence.fetchByStructureId_Last(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the last d d m structure version in the ordered set where structureId = ?. |
static DDMStructureVersion |
DDMStructureVersionUtil.fetchByStructureId_Last(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the last d d m structure version in the ordered set where structureId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.fetchByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.fetchByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.fetchByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.fetchByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.fetchByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByTemplateKey_First(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByTemplateKey_First(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByTemplateKey_Last(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByTemplateKey_Last(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByType_First(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByType_First(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByType_Last(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByType_Last(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_First(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_First(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.fetchByUuid_Last(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
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<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
|
static DDMTemplate[] |
DDMTemplateUtil.filterFindByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByG_C_C_T_M_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByG_C_C_T_M_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByG_C_C_T_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByG_C_C_T_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C_C_T(long groupId,
long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C_C_T(long groupId,
long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and classNameId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classNameId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByG_CPK_PrevAndNext(long templateId,
long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByG_CPK_PrevAndNext(long templateId,
long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_CPK(long[] groupIds,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_CPK(long[] groupIds,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permission to view where groupId = any ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByG_CPK(long groupId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByG_CPK(long groupId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ? and classPK = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ? and parentStructureId = ?. |
List<DDMTemplate> |
DDMTemplateFinder.filterFindByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.filterFindByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
DDMStructure[] |
DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
static DDMStructure[] |
DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.filterFindByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set of d d m templates that the user has permission to view where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permission to view where groupId = any ?. |
List<DDMStructure> |
DDMStructurePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures that the user has permissions to view where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates that the user has permissions to view where groupId = ?. |
List<DDMTemplate> |
DDMTemplateFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.filterFindByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMContent> |
DDMContentPersistence.findAll(int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents. |
static List<DDMContent> |
DDMContentUtil.findAll(int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findAll(int start,
int end,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns an ordered range of all the d d m storage links. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findAll(int start,
int end,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns an ordered range of all the d d m storage links. |
List<DDMStructure> |
DDMStructurePersistence.findAll(int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures. |
static List<DDMStructure> |
DDMStructureUtil.findAll(int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findAll(int start,
int end,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns an ordered range of all the d d m structure links. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findAll(int start,
int end,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns an ordered range of all the d d m structure links. |
List<DDMStructureVersion> |
DDMStructureVersionPersistence.findAll(int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns an ordered range of all the d d m structure versions. |
static List<DDMStructureVersion> |
DDMStructureVersionUtil.findAll(int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns an ordered range of all the d d m structure versions. |
static List<DDMTemplate> |
DDMTemplateUtil.findAll(int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates. |
List<DDMTemplate> |
DDMTemplatePersistence.findAll(int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates. |
List<DDMTemplateVersion> |
DDMTemplateVersionPersistence.findAll(int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns an ordered range of all the d d m template versions. |
static List<DDMTemplateVersion> |
DDMTemplateVersionUtil.findAll(int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns an ordered range of all the d d m template versions. |
DDMStructure |
DDMStructurePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByC_C_PrevAndNext(long structureId,
long companyId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByC_C_T_First(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByC_C_T_Last(long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByC_C_T_PrevAndNext(long templateId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByC_C_T_PrevAndNext(long templateId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByC_C_T(long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByC_C_T(long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where classNameId = ? and classPK = ? and type = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where companyId = ? and classNameId = ?. |
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<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator<DDMStructure> 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<DDMStructure> orderByComparator)
|
DDMStructure |
DDMStructurePersistence.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByClassNameId_First(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where classNameId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?. |
DDMStructureLink[] |
DDMStructureLinkPersistence.findByClassNameId_PrevAndNext(long structureLinkId,
long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?. |
static DDMStructureLink[] |
DDMStructureLinkUtil.findByClassNameId_PrevAndNext(long structureLinkId,
long classNameId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where classNameId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns an ordered range of all the d d m structure links where classNameId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns an ordered range of all the d d m structure links where classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByClassPK_First(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByClassPK_First(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.findByClassPK_Last(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByClassPK_Last(long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where classPK = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByClassPK_PrevAndNext(long templateId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByClassPK_PrevAndNext(long templateId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByClassPK(long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByClassPK(long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where classPK = ?. |
DDMContent |
DDMContentPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.findByCompanyId_First(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where companyId = ?. |
DDMContent |
DDMContentPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
static DDMContent |
DDMContentUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where companyId = ?. |
DDMContent[] |
DDMContentPersistence.findByCompanyId_PrevAndNext(long contentId,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?. |
static DDMContent[] |
DDMContentUtil.findByCompanyId_PrevAndNext(long contentId,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByG_C_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_T_First(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_T_Last(long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_T_M_First(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_T_M_First(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_C_T_M_Last(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_C_T_M_Last(long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByG_C_C_T_M_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByG_C_C_T_M_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
String mode,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C_C_T_M(long groupId,
long classNameId,
long classPK,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ? and mode = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByG_C_C_T_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByG_C_C_T_PrevAndNext(long templateId,
long groupId,
long classNameId,
long classPK,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C_C_T(long groupId,
long classNameId,
long classPK,
String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ? and type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C_C(long[] groupIds,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = any ? and classNameId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ? and classPK = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_C_PrevAndNext(long structureId,
long groupId,
long classNameId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and classNameId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByG_C_PrevAndNext(long templateId,
long groupId,
long classNameId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long[] groupIds,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ? and classNameId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and classNameId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classNameId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_CPK_First(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_CPK_First(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ? and classPK = ?. |
static DDMTemplate |
DDMTemplateUtil.findByG_CPK_Last(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classPK = ?. |
DDMTemplate |
DDMTemplatePersistence.findByG_CPK_Last(long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ? and classPK = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByG_CPK_PrevAndNext(long templateId,
long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByG_CPK_PrevAndNext(long templateId,
long groupId,
long classPK,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_CPK(long[] groupIds,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_CPK(long[] groupIds,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = any ? and classPK = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByG_CPK(long groupId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByG_CPK(long groupId,
long classPK,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ? and classPK = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_First(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure |
DDMStructureUtil.findByG_N_D_Last(long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId,
long groupId,
String name,
String description,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_N_D(long groupId,
String name,
String description,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and name = ? and description = ?. |
DDMStructure |
DDMStructurePersistence.findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_P_First(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByG_P_Last(long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByG_P_PrevAndNext(long structureId,
long groupId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and parentStructureId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByG_P(long groupId,
long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ? and parentStructureId = ?. |
List<DDMTemplate> |
DDMTemplateFinder.findByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateFinderUtil.findByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
DDMContent |
DDMContentPersistence.findByGroupId_First(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.findByGroupId_First(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_First(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByGroupId_First(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByGroupId_First(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where groupId = ?. |
DDMContent |
DDMContentPersistence.findByGroupId_Last(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
static DDMContent |
DDMContentUtil.findByGroupId_Last(long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where groupId = ?. |
DDMStructure |
DDMStructurePersistence.findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMStructure |
DDMStructureUtil.findByGroupId_Last(long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where groupId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByGroupId_Last(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByGroupId_Last(long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where groupId = ?. |
DDMContent[] |
DDMContentPersistence.findByGroupId_PrevAndNext(long contentId,
long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?. |
static DDMContent[] |
DDMContentUtil.findByGroupId_PrevAndNext(long contentId,
long groupId,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where groupId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByGroupId_PrevAndNext(long structureId,
long groupId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByGroupId_PrevAndNext(long templateId,
long groupId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = any ?. |
List<DDMContent> |
DDMContentPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where groupId = ?. |
static List<DDMContent> |
DDMContentUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where groupId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where groupId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where groupId = ?. |
List<DDMTemplate> |
DDMTemplateFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
List<DDMStructure> |
DDMStructureFinder.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructure> |
DDMStructureFinderUtil.findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
List<DDMTemplate> |
DDMTemplateFinder.findByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator<DDMTemplate> 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<DDMTemplate> orderByComparator)
|
static DDMTemplate |
DDMTemplateUtil.findByLanguage_First(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.findByLanguage_First(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where language = ?. |
static DDMTemplate |
DDMTemplateUtil.findByLanguage_Last(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
DDMTemplate |
DDMTemplatePersistence.findByLanguage_Last(String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where language = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByLanguage_PrevAndNext(long templateId,
String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where language = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByLanguage_PrevAndNext(long templateId,
String language,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where language = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByLanguage(String language,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where language = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByLanguage(String language,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where language = ?. |
DDMStructure |
DDMStructurePersistence.findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_First(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure |
DDMStructurePersistence.findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure |
DDMStructureUtil.findByParentStructureId_Last(long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where parentStructureId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByParentStructureId_PrevAndNext(long structureId,
long parentStructureId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where parentStructureId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where parentStructureId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByParentStructureId(long parentStructureId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where parentStructureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByStructureId_First(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByStructureId_First(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByStructureId_First(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByStructureId_First(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
DDMStructureVersion |
DDMStructureVersionPersistence.findByStructureId_First(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the first d d m structure version in the ordered set where structureId = ?. |
static DDMStructureVersion |
DDMStructureVersionUtil.findByStructureId_First(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the first d d m structure version in the ordered set where structureId = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByStructureId_Last(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByStructureId_Last(long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByStructureId_Last(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByStructureId_Last(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
DDMStructureVersion |
DDMStructureVersionPersistence.findByStructureId_Last(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the last d d m structure version in the ordered set where structureId = ?. |
static DDMStructureVersion |
DDMStructureVersionUtil.findByStructureId_Last(long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the last d d m structure version in the ordered set where structureId = ?. |
DDMStorageLink[] |
DDMStorageLinkPersistence.findByStructureId_PrevAndNext(long storageLinkId,
long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?. |
static DDMStorageLink[] |
DDMStorageLinkUtil.findByStructureId_PrevAndNext(long storageLinkId,
long structureId,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where structureId = ?. |
DDMStructureLink[] |
DDMStructureLinkPersistence.findByStructureId_PrevAndNext(long structureLinkId,
long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?. |
static DDMStructureLink[] |
DDMStructureLinkUtil.findByStructureId_PrevAndNext(long structureLinkId,
long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?. |
DDMStructureVersion[] |
DDMStructureVersionPersistence.findByStructureId_PrevAndNext(long structureVersionId,
long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?. |
static DDMStructureVersion[] |
DDMStructureVersionUtil.findByStructureId_PrevAndNext(long structureVersionId,
long structureId,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByStructureId(long structureId,
int start,
int end,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns an ordered range of all the d d m storage links where structureId = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByStructureId(long structureId,
int start,
int end,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns an ordered range of all the d d m storage links where structureId = ?. |
List<DDMStructureLink> |
DDMStructureLinkPersistence.findByStructureId(long structureId,
int start,
int end,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns an ordered range of all the d d m structure links where structureId = ?. |
static List<DDMStructureLink> |
DDMStructureLinkUtil.findByStructureId(long structureId,
int start,
int end,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns an ordered range of all the d d m structure links where structureId = ?. |
List<DDMStructureVersion> |
DDMStructureVersionPersistence.findByStructureId(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns an ordered range of all the d d m structure versions where structureId = ?. |
static List<DDMStructureVersion> |
DDMStructureVersionUtil.findByStructureId(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
Returns an ordered range of all the d d m structure versions where structureId = ?. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_First(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where structureKey = ?. |
DDMStructure |
DDMStructurePersistence.findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
static DDMStructure |
DDMStructureUtil.findByStructureKey_Last(String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where structureKey = ?. |
DDMStructure[] |
DDMStructurePersistence.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
static DDMStructure[] |
DDMStructureUtil.findByStructureKey_PrevAndNext(long structureId,
String structureKey,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where structureKey = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByStructureKey(String structureKey,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where structureKey = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion[] |
DDMTemplateVersionPersistence.findByTemplateId_PrevAndNext(long templateVersionId,
long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the d d m template versions before and after the current d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion[] |
DDMTemplateVersionUtil.findByTemplateId_PrevAndNext(long templateVersionId,
long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the d d m template versions before and after the current d d m template version in the ordered set where templateId = ?. |
List<DDMTemplateVersion> |
DDMTemplateVersionPersistence.findByTemplateId(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns an ordered range of all the d d m template versions where templateId = ?. |
static List<DDMTemplateVersion> |
DDMTemplateVersionUtil.findByTemplateId(long templateId,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns an ordered range of all the d d m template versions where templateId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByTemplateKey_First(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.findByTemplateKey_First(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.findByTemplateKey_Last(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
DDMTemplate |
DDMTemplatePersistence.findByTemplateKey_Last(String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where templateKey = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByTemplateKey_PrevAndNext(long templateId,
String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByTemplateKey_PrevAndNext(long templateId,
String templateKey,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where templateKey = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByTemplateKey(String templateKey,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where templateKey = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByTemplateKey(String templateKey,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where templateKey = ?. |
static DDMTemplate |
DDMTemplateUtil.findByType_First(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByType_First(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where type = ?. |
static DDMTemplate |
DDMTemplateUtil.findByType_Last(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
DDMTemplate |
DDMTemplatePersistence.findByType_Last(String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where type = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByType_PrevAndNext(long templateId,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where type = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByType_PrevAndNext(long templateId,
String type,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where type = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByType(String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where type = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByType(String type,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where type = ?. |
DDMContent |
DDMContentPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent |
DDMContentUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMContent[] |
DDMContentPersistence.findByUuid_C_PrevAndNext(long contentId,
String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?. |
static DDMContent[] |
DDMContentUtil.findByUuid_C_PrevAndNext(long contentId,
String uuid,
long companyId,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ? and companyId = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMStructure[] |
DDMStructureUtil.findByUuid_C_PrevAndNext(long structureId,
String uuid,
long companyId,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ? and companyId = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByUuid_C_PrevAndNext(long templateId,
String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByUuid_C_PrevAndNext(long templateId,
String uuid,
long companyId,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ? and companyId = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ? and companyId = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ? and companyId = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ? and companyId = ?. |
DDMContent |
DDMContentPersistence.findByUuid_First(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.findByUuid_First(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the first d d m content in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByUuid_First(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByUuid_First(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the first d d m storage link in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_First(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the first d d m structure in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_First(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_First(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the first d d m template in the ordered set where uuid = ?. |
DDMContent |
DDMContentPersistence.findByUuid_Last(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
static DDMContent |
DDMContentUtil.findByUuid_Last(String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the last d d m content in the ordered set where uuid = ?. |
DDMStorageLink |
DDMStorageLinkPersistence.findByUuid_Last(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink |
DDMStorageLinkUtil.findByUuid_Last(String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the last d d m storage link in the ordered set where uuid = ?. |
DDMStructure |
DDMStructurePersistence.findByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMStructure |
DDMStructureUtil.findByUuid_Last(String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the last d d m structure in the ordered set where uuid = ?. |
static DDMTemplate |
DDMTemplateUtil.findByUuid_Last(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMTemplate |
DDMTemplatePersistence.findByUuid_Last(String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the last d d m template in the ordered set where uuid = ?. |
DDMContent[] |
DDMContentPersistence.findByUuid_PrevAndNext(long contentId,
String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?. |
static DDMContent[] |
DDMContentUtil.findByUuid_PrevAndNext(long contentId,
String uuid,
OrderByComparator<DDMContent> orderByComparator)
Returns the d d m contents before and after the current d d m content in the ordered set where uuid = ?. |
DDMStorageLink[] |
DDMStorageLinkPersistence.findByUuid_PrevAndNext(long storageLinkId,
String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?. |
static DDMStorageLink[] |
DDMStorageLinkUtil.findByUuid_PrevAndNext(long storageLinkId,
String uuid,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns the d d m storage links before and after the current d d m storage link in the ordered set where uuid = ?. |
DDMStructure[] |
DDMStructurePersistence.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
static DDMStructure[] |
DDMStructureUtil.findByUuid_PrevAndNext(long structureId,
String uuid,
OrderByComparator<DDMStructure> orderByComparator)
Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?. |
static DDMTemplate[] |
DDMTemplateUtil.findByUuid_PrevAndNext(long templateId,
String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?. |
DDMTemplate[] |
DDMTemplatePersistence.findByUuid_PrevAndNext(long templateId,
String uuid,
OrderByComparator<DDMTemplate> orderByComparator)
Returns the d d m templates before and after the current d d m template in the ordered set where uuid = ?. |
List<DDMContent> |
DDMContentPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
Returns an ordered range of all the d d m contents where uuid = ?. |
List<DDMStorageLink> |
DDMStorageLinkPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns an ordered range of all the d d m storage links where uuid = ?. |
static List<DDMStorageLink> |
DDMStorageLinkUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMStorageLink> orderByComparator)
Returns an ordered range of all the d d m storage links where uuid = ?. |
List<DDMStructure> |
DDMStructurePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
static List<DDMStructure> |
DDMStructureUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures where uuid = ?. |
static List<DDMTemplate> |
DDMTemplateUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ?. |
List<DDMTemplate> |
DDMTemplatePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
Returns an ordered range of all the d d m templates where uuid = ?. |
static List<DDMContent> |
DDMContentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMContent> orderByComparator)
|
static List<DDMStorageLink> |
DDMStorageLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMStorageLink> orderByComparator)
|
static List<DDMStructure> |
DDMStructureUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
|
static List<DDMStructureLink> |
DDMStructureLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMStructureLink> orderByComparator)
|
static List<DDMStructureVersion> |
DDMStructureVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
static List<DDMTemplate> |
DDMTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMTemplate> orderByComparator)
|
static List<DDMTemplateVersion> |
DDMTemplateVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDMTemplateVersion> orderByComparator)
|
List<DLFileEntryType> |
DDMStructurePersistence.getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types associated with the d d m structure. |
static List<DLFileEntryType> |
DDMStructureUtil.getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types associated with the d d m structure. |
List<JournalFolder> |
DDMStructurePersistence.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
static List<JournalFolder> |
DDMStructureUtil.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders 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<Fields> orderByComparator)
|
protected abstract List<Fields> |
BaseStorageAdapter.doGetFieldsListByDDMStructure(long ddmStructureId,
List<String> fieldNames,
OrderByComparator<Fields> orderByComparator)
|
protected abstract List<Fields> |
BaseStorageAdapter.doQuery(long ddmStructureId,
List<String> fieldNames,
Condition condition,
OrderByComparator<Fields> orderByComparator)
|
static List<Fields> |
StorageEngineUtil.getFieldsList(long ddmStructureId,
List<String> fieldNames,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
BaseStorageAdapter.getFieldsList(long ddmStructureId,
List<String> fieldNames,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
StorageAdapter.getFieldsList(long ddmStructureId,
List<String> fieldNames,
OrderByComparator<Fields> orderByComparator)
|
static List<Fields> |
StorageEngineUtil.getFieldsList(long ddmStructureId,
long[] classPKs,
List<String> fieldNames,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
BaseStorageAdapter.getFieldsList(long ddmStructureId,
long[] classPKs,
List<String> fieldNames,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
StorageAdapter.getFieldsList(long ddmStructureId,
long[] classPKs,
List<String> fieldNames,
OrderByComparator<Fields> orderByComparator)
|
static List<Fields> |
StorageEngineUtil.getFieldsList(long ddmStructureId,
long[] classPKs,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
BaseStorageAdapter.getFieldsList(long ddmStructureId,
long[] classPKs,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
StorageAdapter.getFieldsList(long ddmStructureId,
long[] classPKs,
OrderByComparator<Fields> orderByComparator)
|
static List<Fields> |
StorageEngineUtil.query(long ddmStructureId,
List<String> fieldNames,
Condition condition,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
BaseStorageAdapter.query(long ddmStructureId,
List<String> fieldNames,
Condition condition,
OrderByComparator<Fields> orderByComparator)
|
List<Fields> |
StorageAdapter.query(long ddmStructureId,
List<String> fieldNames,
Condition condition,
OrderByComparator<Fields> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.dynamicdatamapping.util |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.util that return OrderByComparator | |
|---|---|
static OrderByComparator<DDMStructure> |
DDMUtil.getStructureOrderByComparator(String orderByCol,
String orderByType)
|
OrderByComparator<DDMStructure> |
DDM.getStructureOrderByComparator(String orderByCol,
String orderByType)
|
static OrderByComparator<DDMTemplate> |
DDMUtil.getTemplateOrderByComparator(String orderByCol,
String orderByType)
|
OrderByComparator<DDMTemplate> |
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 | ||
|---|---|---|
|
ExpandoRowLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExpandoValueLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExpandoTableLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExpandoTableLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExpandoColumnLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExpandoValueLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ExpandoTableLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExpandoColumnLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ExpandoColumnLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ExpandoValueLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ExpandoRowLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ExpandoRowLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
| Uses of OrderByComparator in com.liferay.portlet.expando.service.persistence |
|---|
| Methods in com.liferay.portlet.expando.service.persistence with parameters of type OrderByComparator | |
|---|---|
static ExpandoTable |
ExpandoTableUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable |
ExpandoTableUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoRow |
ExpandoRowPersistence.fetchByClassPK_First(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where classPK = ?. |
static ExpandoRow |
ExpandoRowUtil.fetchByClassPK_First(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where classPK = ?. |
ExpandoRow |
ExpandoRowPersistence.fetchByClassPK_Last(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where classPK = ?. |
static ExpandoRow |
ExpandoRowUtil.fetchByClassPK_Last(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where classPK = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByColumnId_First(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByColumnId_First(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByColumnId_Last(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByColumnId_Last(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByRowId_First(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByRowId_First(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByRowId_Last(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByRowId_Last(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_First(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_First(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_C_Last(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_C_Last(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_CPK_First(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_CPK_First(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_CPK_Last(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_CPK_Last(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_R_First(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_R_First(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByT_R_Last(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByT_R_Last(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByTableId_First(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
static ExpandoValue |
ExpandoValueUtil.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.fetchByTableId_Last(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
static ExpandoColumn[] |
ExpandoColumnUtil.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
ExpandoColumn[] |
ExpandoColumnPersistence.filterFindByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.filterFindByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findAll(int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns. |
List<ExpandoRow> |
ExpandoRowPersistence.findAll(int start,
int end,
OrderByComparator<ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows. |
static List<ExpandoRow> |
ExpandoRowUtil.findAll(int start,
int end,
OrderByComparator<ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows. |
static List<ExpandoTable> |
ExpandoTableUtil.findAll(int start,
int end,
OrderByComparator<ExpandoTable> orderByComparator)
Returns an ordered range of all the expando tables. |
List<ExpandoTable> |
ExpandoTablePersistence.findAll(int start,
int end,
OrderByComparator<ExpandoTable> orderByComparator)
Returns an ordered range of all the expando tables. |
static List<ExpandoValue> |
ExpandoValueUtil.findAll(int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values. |
List<ExpandoValue> |
ExpandoValuePersistence.findAll(int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the first expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable |
ExpandoTableUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable |
ExpandoTablePersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the last expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where classNameId = ? and classPK = ?. |
static ExpandoTable[] |
ExpandoTableUtil.findByC_C_PrevAndNext(long tableId,
long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?. |
ExpandoTable[] |
ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId,
long companyId,
long classNameId,
OrderByComparator<ExpandoTable> orderByComparator)
Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByC_C_PrevAndNext(long valueId,
long classNameId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?. |
static List<ExpandoTable> |
ExpandoTableUtil.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<ExpandoTable> orderByComparator)
Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?. |
List<ExpandoTable> |
ExpandoTablePersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<ExpandoTable> orderByComparator)
Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where classNameId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where classNameId = ? and classPK = ?. |
ExpandoRow |
ExpandoRowPersistence.findByClassPK_First(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where classPK = ?. |
static ExpandoRow |
ExpandoRowUtil.findByClassPK_First(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where classPK = ?. |
ExpandoRow |
ExpandoRowPersistence.findByClassPK_Last(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where classPK = ?. |
static ExpandoRow |
ExpandoRowUtil.findByClassPK_Last(long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where classPK = ?. |
ExpandoRow[] |
ExpandoRowPersistence.findByClassPK_PrevAndNext(long rowId,
long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where classPK = ?. |
static ExpandoRow[] |
ExpandoRowUtil.findByClassPK_PrevAndNext(long rowId,
long classPK,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where classPK = ?. |
List<ExpandoRow> |
ExpandoRowPersistence.findByClassPK(long classPK,
int start,
int end,
OrderByComparator<ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows where classPK = ?. |
static List<ExpandoRow> |
ExpandoRowUtil.findByClassPK(long classPK,
int start,
int end,
OrderByComparator<ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows where classPK = ?. |
static ExpandoValue |
ExpandoValueUtil.findByColumnId_First(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByColumnId_First(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByColumnId_Last(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByColumnId_Last(long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where columnId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByColumnId_PrevAndNext(long valueId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where columnId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByColumnId_PrevAndNext(long valueId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where columnId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByColumnId(long columnId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByColumnId(long columnId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByRowId_First(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByRowId_First(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByRowId_Last(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByRowId_Last(long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where rowId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByRowId_PrevAndNext(long valueId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where rowId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByRowId_PrevAndNext(long valueId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByRowId(long rowId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByRowId(long rowId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_D_First(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_D_Last(long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_C_D_PrevAndNext(long valueId,
long tableId,
long columnId,
String data,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C_D(long tableId,
long columnId,
String data,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C_D(long tableId,
long columnId,
String data,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_First(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_First(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_C_Last(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_C_Last(long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and columnId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_C_PrevAndNext(long valueId,
long tableId,
long columnId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_C(long tableId,
long columnId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_C(long tableId,
long columnId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and columnId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_CPK_First(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_CPK_First(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_CPK_Last(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_CPK_Last(long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and classPK = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_CPK_PrevAndNext(long valueId,
long tableId,
long classPK,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_CPK(long tableId,
long classPK,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and classPK = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_CPK(long tableId,
long classPK,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and classPK = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByT_N(long tableId,
String[] names,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ? and name = any ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_R_First(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_R_First(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByT_R_Last(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByT_R_Last(long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ? and rowId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByT_R_PrevAndNext(long valueId,
long tableId,
long rowId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByT_R(long tableId,
long rowId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and rowId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByT_R(long tableId,
long rowId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ? and rowId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the first expando column in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.findByTableId_First(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where tableId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByTableId_First(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByTableId_First(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the first expando value in the ordered set where tableId = ?. |
static ExpandoColumn |
ExpandoColumnUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoColumn |
ExpandoColumnPersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the last expando column in the ordered set where tableId = ?. |
ExpandoRow |
ExpandoRowPersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
static ExpandoRow |
ExpandoRowUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where tableId = ?. |
static ExpandoValue |
ExpandoValueUtil.findByTableId_Last(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
ExpandoValue |
ExpandoValuePersistence.findByTableId_Last(long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the last expando value in the ordered set where tableId = ?. |
static ExpandoColumn[] |
ExpandoColumnUtil.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?. |
ExpandoColumn[] |
ExpandoColumnPersistence.findByTableId_PrevAndNext(long columnId,
long tableId,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns the expando columns before and after the current expando column in the ordered set where tableId = ?. |
ExpandoRow[] |
ExpandoRowPersistence.findByTableId_PrevAndNext(long rowId,
long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where tableId = ?. |
static ExpandoRow[] |
ExpandoRowUtil.findByTableId_PrevAndNext(long rowId,
long tableId,
OrderByComparator<ExpandoRow> orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where tableId = ?. |
static ExpandoValue[] |
ExpandoValueUtil.findByTableId_PrevAndNext(long valueId,
long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ?. |
ExpandoValue[] |
ExpandoValuePersistence.findByTableId_PrevAndNext(long valueId,
long tableId,
OrderByComparator<ExpandoValue> orderByComparator)
Returns the expando values before and after the current expando value in the ordered set where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?. |
List<ExpandoColumn> |
ExpandoColumnPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
Returns an ordered range of all the expando columns where tableId = ?. |
List<ExpandoRow> |
ExpandoRowPersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows where tableId = ?. |
static List<ExpandoRow> |
ExpandoRowUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows where tableId = ?. |
static List<ExpandoValue> |
ExpandoValueUtil.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ?. |
List<ExpandoValue> |
ExpandoValuePersistence.findByTableId(long tableId,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
Returns an ordered range of all the expando values where tableId = ?. |
static List<ExpandoColumn> |
ExpandoColumnUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExpandoColumn> orderByComparator)
|
static List<ExpandoRow> |
ExpandoRowUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExpandoRow> orderByComparator)
|
static List<ExpandoTable> |
ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExpandoTable> orderByComparator)
|
static List<ExpandoValue> |
ExpandoValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ExpandoValue> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service with parameters of type OrderByComparator | ||
|---|---|---|
static
|
JournalArticleImageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
JournalArticleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalArticleImageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalFeedLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalArticleImageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
JournalFeedLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
JournalContentSearchLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalArticleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalFolderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalContentSearchLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalArticleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalFeedLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalFolderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalArticleResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalContentSearchLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
JournalArticleResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
JournalFolderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
JournalArticleResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles belonging to the group. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles belonging to the group. |
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles belonging to the group. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group and folder. |
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and folder. |
|
List<JournalArticle> |
JournalArticleService.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and folder. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group and folder. |
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group and folder. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and folder. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and article ID. |
|
List<JournalArticle> |
JournalArticleService.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and article ID. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and article ID. |
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByStructureId(long groupId,
long classNameId,
String ddmStructureKey,
int status,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status. |
|
List<JournalArticle> |
JournalArticleService.getArticlesByStructureId(long groupId,
long classNameId,
String ddmStructureKey,
int status,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByStructureId(long groupId,
long classNameId,
String ddmStructureKey,
int status,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group, class name ID, DDM structure key, and workflow status. |
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByStructureId(long groupId,
String ddmStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key. |
|
List<JournalArticle> |
JournalArticleService.getArticlesByStructureId(long groupId,
String ddmStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByStructureId(long groupId,
String ddmStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group, default class name ID, and DDM structure key. |
|
List<JournalFolder> |
JournalFolderLocalService.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
|
List<Object> |
JournalFolderService.getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
JournalFolderServiceWrapper.getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<?> obc)
|
|
static List<Object> |
JournalFolderServiceUtil.getFoldersAndArticles(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
JournalFolderLocalService.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
JournalFolderService.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
JournalFolderLocalServiceWrapper.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
|
List<Object> |
JournalFolderServiceWrapper.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
|
static List<Object> |
JournalFolderServiceUtil.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
|
static List<Object> |
JournalFolderLocalServiceUtil.getFoldersAndArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator<?> obc)
|
|
static List<JournalArticle> |
JournalArticleServiceUtil.getGroupArticles(long groupId,
long userId,
long rootFolderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders. |
|
List<JournalArticle> |
JournalArticleService.getGroupArticles(long groupId,
long userId,
long rootFolderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.getGroupArticles(long groupId,
long userId,
long rootFolderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders. |
|
static List<JournalArticle> |
JournalArticleServiceUtil.getGroupArticles(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders. |
|
List<JournalArticle> |
JournalArticleService.getGroupArticles(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.getGroupArticles(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the web content articles matching the group, user, the root folder or any of its subfolders. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getJournalArticlesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns a range of journal articles matching the UUID and company. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getJournalArticlesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns a range of journal articles matching the UUID and company. |
|
List<JournalArticle> |
JournalArticleLocalService.getJournalArticlesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns a range of journal articles matching the UUID and company. |
|
List<JournalFeed> |
JournalFeedLocalService.getJournalFeedsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns a range of journal feeds matching the UUID and company. |
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.getJournalFeedsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns a range of journal feeds matching the UUID and company. |
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.getJournalFeedsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns a range of journal feeds matching the UUID and company. |
|
List<JournalFolder> |
JournalFolderLocalService.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getStructureArticles(long groupId,
String ddmStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and DDM structure key. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getStructureArticles(long groupId,
String ddmStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and DDM structure key. |
|
List<JournalArticle> |
JournalArticleLocalService.getStructureArticles(long groupId,
String ddmStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and DDM structure key. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getTemplateArticles(long groupId,
String ddmTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and DDM template key. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId,
String ddmTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and DDM template key. |
|
List<JournalArticle> |
JournalArticleLocalService.getTemplateArticles(long groupId,
String ddmTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the group and DDM template key. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter. |
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter. |
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter. |
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including a keywords parameter for matching with the article's ID, title, description, and content, a DDM structure key parameter, and a DDM template key parameter. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String[] ddmStructureKeys,
String[] ddmTemplateKeys,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch. |
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String[] ddmStructureKeys,
String[] ddmTemplateKeys,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String[] ddmStructureKeys,
String[] ddmTemplateKeys,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String[] ddmStructureKeys,
String[] ddmTemplateKeys,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String[] ddmStructureKeys,
String[] ddmTemplateKeys,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String[] ddmStructureKeys,
String[] ddmTemplateKeys,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure keys (plural) parameter, a DDM template keys (plural) parameter, and an AND operator switch. |
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch. |
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters without using the indexer, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch. |
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalArticle> obc)
Returns an ordered range of all the web content articles matching the parameters, including keyword parameters for article ID, title, description, and content, a DDM structure key parameter, a DDM template key parameter, and an AND operator switch. |
|
List<JournalFeed> |
JournalFeedLocalService.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.search(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
List<JournalFeed> |
JournalFeedLocalService.search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
static List<JournalFeed> |
JournalFeedLocalServiceUtil.search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
List<JournalFeed> |
JournalFeedLocalServiceWrapper.search(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
|
| Uses of OrderByComparator in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence with parameters of type OrderByComparator | |
|---|---|
JournalContentSearch |
JournalContentSearchPersistence.fetchByArticleId_First(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByArticleId_First(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByArticleId_Last(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByArticleId_Last(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalFolder |
JournalFolderPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?. |
JournalFolder |
JournalFolderPersistence.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByPortletId_First(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByPortletId_First(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.fetchByPortletId_Last(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.fetchByPortletId_Last(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.fetchBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByTempImage_First(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByTempImage_First(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.fetchByTempImage_Last(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.fetchByTempImage_Last(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUuid_First(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUuid_First(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_First(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_First(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUuid_Last(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status ≠ ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMStructureKey = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and folderId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and userId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
static JournalFeed[] |
JournalFeedUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?. |
JournalFeed[] |
JournalFeedPersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
List<JournalArticle> |
JournalArticleFinder.filterFindByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
List<JournalArticle> |
JournalArticlePersistence.findAll(int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles. |
static List<JournalArticle> |
JournalArticleUtil.findAll(int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findAll(int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findAll(int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findAll(int start,
int end,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns an ordered range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findAll(int start,
int end,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns an ordered range of all the journal article resources. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findAll(int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findAll(int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs. |
static List<JournalFeed> |
JournalFeedUtil.findAll(int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds. |
List<JournalFeed> |
JournalFeedPersistence.findAll(int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds. |
List<JournalFolder> |
JournalFolderPersistence.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
static List<JournalFolder> |
JournalFolderUtil.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
JournalContentSearch |
JournalContentSearchPersistence.findByArticleId_First(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByArticleId_First(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByArticleId_Last(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByArticleId_Last(String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where articleId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByArticleId_PrevAndNext(long contentSearchId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByArticleId_PrevAndNext(long contentSearchId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByArticleId(String articleId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByArticleId(String articleId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByC_DDMTK_First(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.findByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByC_DDMTK_Last(long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_DDMTK_PrevAndNext(long id,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_DDMTK_PrevAndNext(long id,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_DDMTK(long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_DDMTK(long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where classNameId = ? and DDMTemplateKey = ?. |
List<JournalFeed> |
JournalFeedFinder.findByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
static List<JournalFeed> |
JournalFeedFinderUtil.findByC_G_F_N_D(long companyId,
long groupId,
String[] feedIds,
String[] names,
String[] descriptions,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
List<JournalFeed> |
JournalFeedFinder.findByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
static List<JournalFeed> |
JournalFeedFinderUtil.findByC_G_F_N_D(long companyId,
long groupId,
String feedId,
String name,
String description,
boolean andOperator,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
JournalFolder |
JournalFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.findByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.findByC_NotST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.findByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.findByC_NotST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status ≠ ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_NotST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_NotST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status ≠ ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_NotST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_NotST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.findByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_ST_First(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_ST_Last(long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_First(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_Last(long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.findByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByCompanyId_First(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByCompanyId_Last(long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.findByDDMStructureKey_First(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.findByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.findByDDMStructureKey_Last(String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMStructureKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByDDMStructureKey_PrevAndNext(long id,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByDDMStructureKey_PrevAndNext(long id,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMStructureKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByDDMStructureKey(String[] DDMStructureKeies,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByDDMStructureKey(String[] DDMStructureKeies,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByDDMStructureKey(String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByDDMStructureKey(String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.findByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByDDMTemplateKey_First(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.findByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByDDMTemplateKey_Last(String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where DDMTemplateKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByDDMTemplateKey_PrevAndNext(long id,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByDDMTemplateKey_PrevAndNext(long id,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where DDMTemplateKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByDDMTemplateKey(String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMTemplateKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByDDMTemplateKey(String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where DDMTemplateKey = ?. |
JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_A_First(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_A_Last(long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_NotST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_NotST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_A_NotST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status ≠ ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_NotST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status ≠ ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_A_PrevAndNext(long contentSearchId,
long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_A_PrevAndNext(long contentSearchId,
long groupId,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_DDMTK_First(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_DDMTK_Last(long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_DDMTK_PrevAndNext(long id,
long groupId,
long classNameId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_DDMTK(long groupId,
long classNameId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.findByG_DDMSK_First(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.findByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
static JournalArticle |
JournalArticleUtil.findByG_DDMSK_Last(long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_DDMSK_PrevAndNext(long id,
long groupId,
String DDMStructureKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMStructureKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_DDMSK(long groupId,
String DDMStructureKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMStructureKey = ?. |
JournalArticle |
JournalArticlePersistence.findByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByG_DDMTK_First(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.findByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
static JournalArticle |
JournalArticleUtil.findByG_DDMTK_Last(long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_DDMTK_PrevAndNext(long id,
long groupId,
String DDMTemplateKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and DDMTemplateKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_DDMTK(long groupId,
String DDMTemplateKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and DDMTemplateKey = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_F_PrevAndNext(long id,
long groupId,
long folderId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_ST_First(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_F_ST_Last(long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_F_ST_PrevAndNext(long id,
long groupId,
long folderId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F_ST(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and folderId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_A_First(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_A_Last(long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
String articleId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and articleId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_A(long groupId,
boolean privateLayout,
String articleId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_A(long groupId,
boolean privateLayout,
String articleId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and articleId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ? and portletId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ? and layoutId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where groupId = ? and privateLayout = ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where groupId = ? and privateLayout = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_ST_First(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_ST_Last(long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_C_First(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_C_Last(long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_U_C_PrevAndNext(long id,
long groupId,
long userId,
long classNameId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ? and classNameId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U_C(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ? and classNameId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and userId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_U_PrevAndNext(long id,
long groupId,
long userId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and userId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and userId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.findByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.findByGroupId_First(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByGroupId_First(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByGroupId_First(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByGroupId_First(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByGroupId_First(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.findByGroupId_First(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.findByGroupId_First(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.findByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.findByGroupId_Last(long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByGroupId_Last(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByGroupId_Last(long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByGroupId_Last(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByGroupId_Last(long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.findByGroupId_Last(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.findByGroupId_Last(long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
static JournalArticleResource[] |
JournalArticleResourceUtil.findByGroupId_PrevAndNext(long resourcePrimKey,
long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?. |
JournalArticleResource[] |
JournalArticleResourcePersistence.findByGroupId_PrevAndNext(long resourcePrimKey,
long groupId,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?. |
static JournalFeed[] |
JournalFeedUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?. |
JournalFeed[] |
JournalFeedPersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images where groupId = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images where groupId = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns an ordered range of all the journal article resources where groupId = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns an ordered range of all the journal article resources where groupId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where groupId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
List<JournalArticle> |
JournalArticleFinder.findByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.findByKeywords(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String ddmStructureKey,
String ddmTemplateKey,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
List<JournalFeed> |
JournalFeedFinder.findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
static List<JournalFeed> |
JournalFeedFinderUtil.findByKeywords(long companyId,
long groupId,
String keywords,
int start,
int end,
OrderByComparator<JournalFeed> obc)
|
JournalArticle |
JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByLayoutUuid_First(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where displayDate < ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where displayDate < ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByLtD_S_PrevAndNext(long id,
Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByLtD_S_PrevAndNext(long id,
Date displayDate,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where displayDate < ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where displayDate < ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where displayDate < ? and status = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByPortletId_First(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByPortletId_First(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the first journal content search in the ordered set where portletId = ?. |
JournalContentSearch |
JournalContentSearchPersistence.findByPortletId_Last(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
static JournalContentSearch |
JournalContentSearchUtil.findByPortletId_Last(String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the last journal content search in the ordered set where portletId = ?. |
JournalContentSearch[] |
JournalContentSearchPersistence.findByPortletId_PrevAndNext(long contentSearchId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?. |
static JournalContentSearch[] |
JournalContentSearchUtil.findByPortletId_PrevAndNext(long contentSearchId,
String portletId,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns the journal content searchs before and after the current journal content search in the ordered set where portletId = ?. |
List<JournalContentSearch> |
JournalContentSearchPersistence.findByPortletId(String portletId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where portletId = ?. |
static List<JournalContentSearch> |
JournalContentSearchUtil.findByPortletId(String portletId,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
Returns an ordered range of all the journal content searchs where portletId = ?. |
JournalArticle |
JournalArticlePersistence.findByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
static JournalArticle |
JournalArticleUtil.findByR_I_First(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
JournalArticlePersistence.findByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
static JournalArticle |
JournalArticleUtil.findByR_I_Last(long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle[] |
JournalArticlePersistence.findByR_I_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
static JournalArticle[] |
JournalArticleUtil.findByR_I_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
JournalArticlePersistence.findByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByR_I_S_First(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByR_I_S_Last(long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByR_I_S_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByR_I_S_PrevAndNext(long id,
long resourcePrimKey,
boolean indexable,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and indexable = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_I_S(long resourcePrimKey,
boolean indexable,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_I_S(long resourcePrimKey,
boolean indexable,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_I(long resourcePrimKey,
boolean indexable,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and indexable = ?. |
JournalArticle |
JournalArticlePersistence.findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int[] statuses,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.findBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.findBySmallImageId_First(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.findBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.findBySmallImageId_Last(long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticle[] |
JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
static JournalArticle[] |
JournalArticleUtil.findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByTempImage_First(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByTempImage_First(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByTempImage_Last(boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
List<JournalArticleImage> |
JournalArticleImagePersistence.findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images where tempImage = ?. |
static List<JournalArticleImage> |
JournalArticleImageUtil.findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
Returns an ordered range of all the journal article images where tempImage = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ? and companyId = ?. |
static JournalFeed[] |
JournalFeedUtil.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFeed[] |
JournalFeedPersistence.findByUuid_C_PrevAndNext(long id,
String uuid,
long companyId,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ? and companyId = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_First(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUuid_First(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUuid_First(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_First(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_First(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the first journal feed in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_Last(String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUuid_Last(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUuid_Last(String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.findByUuid_Last(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_Last(String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the last journal feed in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator<JournalArticle> orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
static JournalArticleResource[] |
JournalArticleResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?. |
JournalArticleResource[] |
JournalArticleResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?. |
static JournalFeed[] |
JournalFeedUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?. |
JournalFeed[] |
JournalFeedPersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator<JournalFeed> orderByComparator)
Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
Returns an ordered range of all the journal articles where uuid = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns an ordered range of all the journal article resources where uuid = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalArticleResource> orderByComparator)
Returns an ordered range of all the journal article resources where uuid = ?. |
static List<JournalFeed> |
JournalFeedUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ?. |
List<JournalFeed> |
JournalFeedPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
Returns an ordered range of all the journal feeds where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalArticle> orderByComparator)
|
static List<JournalArticleImage> |
JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalArticleImage> orderByComparator)
|
static List<JournalArticleResource> |
JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalArticleResource> orderByComparator)
|
static List<JournalContentSearch> |
JournalContentSearchUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalContentSearch> orderByComparator)
|
static List<JournalFeed> |
JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalFeed> orderByComparator)
|
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
List<DDMStructure> |
JournalFolderPersistence.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the journal folder. |
static List<DDMStructure> |
JournalFolderUtil.getDDMStructures(long pk,
int start,
int end,
OrderByComparator<DDMStructure> orderByComparator)
Returns an ordered range of all the d d m structures associated with the journal folder. |
| Uses of OrderByComparator in com.liferay.portlet.journal.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.journal.util.comparator | |
|---|---|
class |
ArticleCreateDateComparator
|
class |
ArticleDisplayDateComparator
|
class |
ArticleIDComparator
|
class |
ArticleModifiedDateComparator
|
class |
ArticleReviewDateComparator
|
class |
ArticleTitleComparator
|
class |
ArticleVersionComparator
|
| Uses of OrderByComparator in com.liferay.portlet.messageboards.service |
|---|
| Methods in com.liferay.portlet.messageboards.service with parameters of type OrderByComparator | ||
|---|---|---|
static
|
MBCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MBMailingListLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBThreadLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MBStatsUserLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MBMessageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBDiscussionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MBDiscussionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBThreadLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBMessageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MBBanLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBMailingListLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBThreadFlagLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBMessageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MBThreadLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBBanLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBDiscussionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBStatsUserLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBThreadFlagLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBStatsUserLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MBThreadFlagLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBMailingListLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBBanLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MBCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalService.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getCategoryMessages(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getCompanyMessages(long companyId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalService.getCompanyMessages(long companyId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getCompanyMessages(long companyId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getGroupMessages(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getGroupMessages(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalService.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getGroupMessages(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
static List<MBBan> |
MBBanLocalServiceUtil.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company. |
|
List<MBBan> |
MBBanLocalServiceWrapper.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company. |
|
List<MBBan> |
MBBanLocalService.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company. |
|
static List<MBCategory> |
MBCategoryLocalServiceUtil.getMBCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns a range of message boards categories matching the UUID and company. |
|
List<MBCategory> |
MBCategoryLocalService.getMBCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns a range of message boards categories matching the UUID and company. |
|
List<MBCategory> |
MBCategoryLocalServiceWrapper.getMBCategoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns a range of message boards categories matching the UUID and company. |
|
List<MBDiscussion> |
MBDiscussionLocalServiceWrapper.getMBDiscussionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns a range of message boards discussions matching the UUID and company. |
|
static List<MBDiscussion> |
MBDiscussionLocalServiceUtil.getMBDiscussionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns a range of message boards discussions matching the UUID and company. |
|
List<MBDiscussion> |
MBDiscussionLocalService.getMBDiscussionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns a range of message boards discussions matching the UUID and company. |
|
static List<MBMailingList> |
MBMailingListLocalServiceUtil.getMBMailingListsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns a range of message boards mailing lists matching the UUID and company. |
|
List<MBMailingList> |
MBMailingListLocalServiceWrapper.getMBMailingListsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns a range of message boards mailing lists matching the UUID and company. |
|
List<MBMailingList> |
MBMailingListLocalService.getMBMailingListsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns a range of message boards mailing lists matching the UUID and company. |
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getMBMessagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns a range of message-boards messages matching the UUID and company. |
|
List<MBMessage> |
MBMessageLocalService.getMBMessagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns a range of message-boards messages matching the UUID and company. |
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getMBMessagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns a range of message-boards messages matching the UUID and company. |
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company. |
|
List<MBThreadFlag> |
MBThreadFlagLocalServiceWrapper.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company. |
|
static List<MBThreadFlag> |
MBThreadFlagLocalServiceUtil.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company. |
|
List<MBThread> |
MBThreadLocalService.getMBThreadsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns a range of message boards threads matching the UUID and company. |
|
List<MBThread> |
MBThreadLocalServiceWrapper.getMBThreadsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns a range of message boards threads matching the UUID and company. |
|
static List<MBThread> |
MBThreadLocalServiceUtil.getMBThreadsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns a range of message boards threads matching the UUID and company. |
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
static List<MBMessage> |
MBMessageLocalServiceUtil.getUserDiscussionMessages(long userId,
String className,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalService.getUserDiscussionMessages(long userId,
String className,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
List<MBMessage> |
MBMessageLocalServiceWrapper.getUserDiscussionMessages(long userId,
String className,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> obc)
|
|
| Uses of OrderByComparator in com.liferay.portlet.messageboards.service.persistence |
|---|
| Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type OrderByComparator | |
|---|---|
static MBMailingList |
MBMailingListUtil.fetchByActive_First(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.fetchByActive_First(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
static MBMailingList |
MBMailingListUtil.fetchByActive_Last(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.fetchByActive_Last(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
MBBan |
MBBanPersistence.fetchByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
static MBBan |
MBBanUtil.fetchByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
MBBan |
MBBanPersistence.fetchByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
static MBBan |
MBBanUtil.fetchByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByC_P_First(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.fetchByC_P_First(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.fetchByC_P_Last(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.fetchByC_P_Last(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBCategory |
MBCategoryUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
static MBCategory |
MBCategoryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
static MBCategory |
MBCategoryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBBan |
MBBanPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBBan |
MBBanPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.fetchByL_P_First(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.fetchByL_P_First(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.fetchByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.fetchByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBCategory |
MBCategoryUtil.fetchByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.fetchByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.fetchByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.fetchByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.fetchByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.fetchByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.fetchByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByT_A_First(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByT_A_First(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByT_A_Last(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.fetchByT_A_Last(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.fetchByT_P_First(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.fetchByT_P_First(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.fetchByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.fetchByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.fetchByT_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByT_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByT_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByT_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.fetchByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.fetchByTR_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByTR_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByTR_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByTR_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_First(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_Last(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static MBMessage |
MBMessageUtil.fetchByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.fetchByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBBan |
MBBanPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.fetchByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.fetchByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.fetchByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBBan |
MBBanPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBBan |
MBBanPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBBan |
MBBanUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBThread |
MBThreadPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThread |
MBThreadUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBBan |
MBBanPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBBan |
MBBanUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBThread |
MBThreadPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThread |
MBThreadUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBBan |
MBBanPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?. |
static MBBan |
MBBanUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
static MBMessage |
MBMessageUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBThread |
MBThreadPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?. |
static MBThread |
MBThreadUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?. |
MBBan |
MBBanPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?. |
static MBBan |
MBBanUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
static MBDiscussion |
MBDiscussionUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ?. |
MBDiscussion |
MBDiscussionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
static MBMessage |
MBMessageUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
MBThread |
MBThreadPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?. |
static MBThread |
MBThreadUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status ≠ ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ? and threadId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permission to view where groupId = ? and categoryId = any ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and categoryId ≠ ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.filterFindByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.filterFindByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ? and userId = ?. |
static MBCategory[] |
MBCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?. |
MBCategory[] |
MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?. |
static MBMessage[] |
MBMessageUtil.filterFindByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?. |
MBMessage[] |
MBMessagePersistence.filterFindByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set of message-boards messages that the user has permission to view where groupId = ?. |
MBThread[] |
MBThreadPersistence.filterFindByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?. |
static MBThread[] |
MBThreadUtil.filterFindByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set of message boards threads that the user has permission to view where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages that the user has permissions to view where groupId = ?. |
List<MBThread> |
MBThreadPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?. |
static List<MBThread> |
MBThreadUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads that the user has permissions to view where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.filterFindByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.filterFindByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
List<MBBan> |
MBBanPersistence.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans. |
static List<MBBan> |
MBBanUtil.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans. |
static List<MBCategory> |
MBCategoryUtil.findAll(int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories. |
List<MBCategory> |
MBCategoryPersistence.findAll(int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories. |
static List<MBDiscussion> |
MBDiscussionUtil.findAll(int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions. |
List<MBDiscussion> |
MBDiscussionPersistence.findAll(int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions. |
static List<MBMailingList> |
MBMailingListUtil.findAll(int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists. |
List<MBMailingList> |
MBMailingListPersistence.findAll(int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists. |
static List<MBMessage> |
MBMessageUtil.findAll(int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages. |
List<MBMessage> |
MBMessagePersistence.findAll(int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users. |
List<MBThread> |
MBThreadPersistence.findAll(int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads. |
static List<MBThread> |
MBThreadUtil.findAll(int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags. |
static MBMailingList |
MBMailingListUtil.findByActive_First(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.findByActive_First(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where active = ?. |
static MBMailingList |
MBMailingListUtil.findByActive_Last(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
MBMailingList |
MBMailingListPersistence.findByActive_Last(boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where active = ?. |
static MBMailingList[] |
MBMailingListUtil.findByActive_PrevAndNext(long mailingListId,
boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?. |
MBMailingList[] |
MBMailingListPersistence.findByActive_PrevAndNext(long mailingListId,
boolean active,
OrderByComparator<MBMailingList> orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists where active = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists where active = ?. |
MBBan |
MBBanPersistence.findByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
static MBBan |
MBBanUtil.findByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
MBBan |
MBBanPersistence.findByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
static MBBan |
MBBanUtil.findByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
MBBan[] |
MBBanPersistence.findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?. |
static MBBan[] |
MBBanUtil.findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?. |
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?. |
static List<MBBan> |
MBBanUtil.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?. |
static MBMessage |
MBMessageUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage[] |
MBMessageUtil.findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?. |
MBMessage[] |
MBMessagePersistence.findByC_C_PrevAndNext(long messageId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_C_S_First(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_C_S_Last(long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByC_C_S_PrevAndNext(long messageId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C_S(long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where classNameId = ? and classPK = ?. |
MBThread |
MBThreadPersistence.findByC_P_First(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByC_P_First(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByC_P_Last(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByC_P_Last(long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where categoryId = ? and priority = ?. |
MBThread[] |
MBThreadPersistence.findByC_P_PrevAndNext(long threadId,
long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?. |
static MBThread[] |
MBThreadUtil.findByC_P_PrevAndNext(long threadId,
long categoryId,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where categoryId = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByC_P(long categoryId,
double priority,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByC_P(long categoryId,
double priority,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where categoryId = ? and priority = ?. |
static MBCategory |
MBCategoryUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ? and status = ?. |
static MBCategory[] |
MBCategoryUtil.findByC_S_PrevAndNext(long categoryId,
long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId,
long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByC_S_PrevAndNext(long messageId,
long companyId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ? and status = ?. |
static MBDiscussion |
MBDiscussionUtil.findByClassNameId_First(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByClassNameId_First(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion |
MBDiscussionUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion[] |
MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId,
long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion[] |
MBDiscussionPersistence.findByClassNameId_PrevAndNext(long discussionId,
long classNameId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?. |
static List<MBDiscussion> |
MBDiscussionUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions where classNameId = ?. |
List<MBDiscussion> |
MBDiscussionPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions where classNameId = ?. |
static MBCategory |
MBCategoryUtil.findByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.findByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.findByCompanyId_First(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where companyId = ?. |
static MBCategory |
MBCategoryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory |
MBCategoryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
static MBMessage |
MBMessageUtil.findByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
MBMessage |
MBMessagePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where companyId = ?. |
static MBCategory[] |
MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?. |
MBCategory[] |
MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?. |
static MBMessage[] |
MBMessageUtil.findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?. |
MBMessage[] |
MBMessagePersistence.findByCompanyId_PrevAndNext(long messageId,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where companyId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.findByG_C_L_First(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread |
MBThreadPersistence.findByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread |
MBThreadUtil.findByG_C_L_Last(long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBThread[] |
MBThreadUtil.findByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
Date lastPostDate,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and lastPostDate = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_L(long groupId,
long categoryId,
Date lastPostDate,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and lastPostDate = ?. |
static MBMessage |
MBMessageUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBThread |
MBThreadUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread |
MBThreadUtil.findByG_C_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread |
MBThreadPersistence.findByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread |
MBThreadUtil.findByG_C_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.findByG_C_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status ≠ ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_PrevAndNext(long messageId,
long groupId,
long categoryId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBThread[] |
MBThreadUtil.findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_C_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_C_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.findByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.findByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long[] categoryIds,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_A_First(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_A_Last(long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_T_A_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_A(long groupId,
long categoryId,
long threadId,
boolean answer,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_First(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_Last(long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_T_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_S_First(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_C_T_S_Last(long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_C_T_S_PrevAndNext(long messageId,
long groupId,
long categoryId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T_S(long groupId,
long categoryId,
long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C_T(long groupId,
long categoryId,
long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ? and threadId = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long[] categoryIds,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = any ?. |
static List<MBMessage> |
MBMessageUtil.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and categoryId = ?. |
List<MBThread> |
MBThreadPersistence.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?. |
static List<MBThread> |
MBThreadUtil.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId = ?. |
MBThread |
MBThreadPersistence.findByG_NotC_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_First(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_Last(long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_NotS_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread |
MBThreadUtil.findByG_NotC_NotS_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static MBThread[] |
MBThreadUtil.findByG_NotC_NotS_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status ≠ ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_NotS(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status ≠ ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
static MBThread[] |
MBThreadUtil.findByG_NotC_PrevAndNext(long threadId,
long groupId,
long categoryId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ?. |
MBThread |
MBThreadPersistence.findByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_NotC_S_First(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_NotC_S_Last(long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
MBThread[] |
MBThreadPersistence.findByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
static MBThread[] |
MBThreadUtil.findByG_NotC_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC_S(long groupId,
long categoryId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
static List<MBThread> |
MBThreadUtil.findByG_NotC(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and categoryId ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBCategory |
MBCategoryUtil.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory[] |
MBCategoryUtil.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory[] |
MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.findByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory[] |
MBCategoryUtil.findByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and status = ?. |
MBThread |
MBThreadPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
static MBThread |
MBThreadUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ? and status = ?. |
static MBCategory[] |
MBCategoryUtil.findByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory[] |
MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_S_PrevAndNext(long messageId,
long groupId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and status = ?. |
MBThread[] |
MBThreadPersistence.findByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?. |
static MBThread[] |
MBThreadUtil.findByG_S_PrevAndNext(long threadId,
long groupId,
int status,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and status = ?. |
List<MBThread> |
MBThreadPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and status = ?. |
static List<MBThread> |
MBThreadUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage |
MBMessagePersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage[] |
MBMessageUtil.findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?. |
MBMessage[] |
MBMessagePersistence.findByG_U_PrevAndNext(long messageId,
long groupId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ?. |
static MBMessage |
MBMessageUtil.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByG_U_S_PrevAndNext(long messageId,
long groupId,
long userId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ? and userId = ?. |
MBBan |
MBBanPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.findByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.findByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.findByGroupId_First(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.findByGroupId_First(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where groupId = ?. |
MBBan |
MBBanPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
static MBBan |
MBBanUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
static MBCategory |
MBCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory |
MBCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
static MBMessage |
MBMessageUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBMessage |
MBMessagePersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBThread |
MBThreadPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
static MBThread |
MBThreadUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where groupId = ?. |
MBBan[] |
MBBanPersistence.findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?. |
static MBBan[] |
MBBanUtil.findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?. |
static MBCategory[] |
MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?. |
MBCategory[] |
MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?. |
static MBMessage[] |
MBMessageUtil.findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?. |
MBMessage[] |
MBMessagePersistence.findByGroupId_PrevAndNext(long messageId,
long groupId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where groupId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
MBThread[] |
MBThreadPersistence.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?. |
static MBThread[] |
MBThreadUtil.findByGroupId_PrevAndNext(long threadId,
long groupId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where groupId = ?. |
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?. |
static List<MBBan> |
MBBanUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ?. |
static List<MBMessage> |
MBMessageUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ?. |
List<MBMessage> |
MBMessagePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
List<MBThread> |
MBThreadPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ?. |
static List<MBThread> |
MBThreadUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where groupId = ?. |
MBThread |
MBThreadPersistence.findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByL_P_First(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread |
MBThreadPersistence.findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread |
MBThreadUtil.findByL_P_Last(Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
MBThread[] |
MBThreadPersistence.findByL_P_PrevAndNext(long threadId,
Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
static MBThread[] |
MBThreadUtil.findByL_P_PrevAndNext(long threadId,
Date lastPostDate,
double priority,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where lastPostDate = ? and priority = ?. |
List<MBThread> |
MBThreadPersistence.findByL_P(Date lastPostDate,
double priority,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?. |
static List<MBThread> |
MBThreadUtil.findByL_P(Date lastPostDate,
double priority,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where lastPostDate = ? and priority = ?. |
static MBCategory |
MBCategoryUtil.findByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.findByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.findByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
MBCategoryPersistence.findByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
static MBCategory |
MBCategoryUtil.findByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
static MBCategory |
MBCategoryUtil.findByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
MBCategoryPersistence.findByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
MBCategoryPersistence.findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
static List<MBCategory> |
MBCategoryUtil.findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
MBCategoryPersistence.findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?. |
static List<MBCategory> |
MBCategoryUtil.findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
static MBMessage |
MBMessageUtil.findByT_A_First(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByT_A_First(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByT_A_Last(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage |
MBMessagePersistence.findByT_A_Last(long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and answer = ?. |
static MBMessage[] |
MBMessageUtil.findByT_A_PrevAndNext(long messageId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?. |
MBMessage[] |
MBMessagePersistence.findByT_A_PrevAndNext(long messageId,
long threadId,
boolean answer,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and answer = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_A(long threadId,
boolean answer,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_A(long threadId,
boolean answer,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and answer = ?. |
static MBMessage |
MBMessageUtil.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.findByT_P_First(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage |
MBMessagePersistence.findByT_P_Last(long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static MBMessage[] |
MBMessageUtil.findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
MBMessage[] |
MBMessagePersistence.findByT_P_PrevAndNext(long messageId,
long threadId,
long parentMessageId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and parentMessageId = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_P(long threadId,
long parentMessageId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and parentMessageId = ?. |
static MBMessage |
MBMessageUtil.findByT_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByT_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByT_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByT_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByT_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByT_S(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadId_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadId_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?. |
static MBMessage[] |
MBMessageUtil.findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
MBMessagePersistence.findByThreadId_PrevAndNext(long messageId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadReplies_First(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ?. |
static MBMessage |
MBMessageUtil.findByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
MBMessage |
MBMessagePersistence.findByThreadReplies_Last(long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ?. |
static MBMessage[] |
MBMessageUtil.findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
MBMessage[] |
MBMessagePersistence.findByThreadReplies_PrevAndNext(long messageId,
long threadId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ?. |
static List<MBMessage> |
MBMessageUtil.findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
List<MBMessage> |
MBMessagePersistence.findByThreadReplies(long threadId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ?. |
static MBMessage |
MBMessageUtil.findByTR_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByTR_S_First(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByTR_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByTR_S_Last(long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where threadId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByTR_S_PrevAndNext(long messageId,
long threadId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where threadId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByTR_S(long threadId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where threadId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_First(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_Last(long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_C_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_C_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_S_First(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_C_S_Last(long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
long classPK,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C_S(long userId,
long classNameId,
long classPK,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_C(long userId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and classPK = ?. |
static MBMessage |
MBMessageUtil.findByU_C_First(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.findByU_C_First(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.findByU_C_Last(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage |
MBMessagePersistence.findByU_C_Last(long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_PrevAndNext(long messageId,
long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_PrevAndNext(long messageId,
long userId,
long classNameId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ?. |
static MBMessage |
MBMessageUtil.findByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_S_First(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static MBMessage |
MBMessageUtil.findByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage |
MBMessagePersistence.findByU_C_S_Last(long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static MBMessage[] |
MBMessageUtil.findByU_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
MBMessage[] |
MBMessagePersistence.findByU_C_S_PrevAndNext(long messageId,
long userId,
long classNameId,
int status,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ? and classNameId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long[] classNameIds,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C_S(long userId,
long classNameId,
int status,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ? and status = ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long[] classNameIds,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long[] classNameIds,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = any ?. |
static List<MBMessage> |
MBMessageUtil.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?. |
List<MBMessage> |
MBMessagePersistence.findByU_C(long userId,
long classNameId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ? and classNameId = ?. |
MBBan |
MBBanPersistence.findByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.findByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.findByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.findByUserId_First(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?. |
MBBan |
MBBanPersistence.findByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
static MBBan |
MBBanUtil.findByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
static MBMessage |
MBMessageUtil.findByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBMessage |
MBMessagePersistence.findByUserId_Last(long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?. |
MBBan[] |
MBBanPersistence.findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?. |
static MBBan[] |
MBBanUtil.findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?. |
static MBMessage[] |
MBMessageUtil.findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?. |
MBMessage[] |
MBMessagePersistence.findByUserId_PrevAndNext(long messageId,
long userId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where userId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?. |
List<MBBan> |
MBBanPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?. |
static List<MBBan> |
MBBanUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?. |
MBBan |
MBBanPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBBan |
MBBanUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBDiscussion |
MBDiscussionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBThread |
MBThreadPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThread |
MBThreadUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBBan |
MBBanPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBBan |
MBBanUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBDiscussion |
MBDiscussionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBMessage |
MBMessageUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage |
MBMessagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBThread |
MBThreadPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThread |
MBThreadUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBBan[] |
MBBanPersistence.findByUuid_C_PrevAndNext(long banId,
String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBBan[] |
MBBanUtil.findByUuid_C_PrevAndNext(long banId,
String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?. |
static MBCategory[] |
MBCategoryUtil.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory[] |
MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?. |
static MBDiscussion[] |
MBDiscussionUtil.findByUuid_C_PrevAndNext(long discussionId,
String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?. |
MBDiscussion[] |
MBDiscussionPersistence.findByUuid_C_PrevAndNext(long discussionId,
String uuid,
long companyId,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?. |
static MBMailingList[] |
MBMailingListUtil.findByUuid_C_PrevAndNext(long mailingListId,
String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
MBMailingList[] |
MBMailingListPersistence.findByUuid_C_PrevAndNext(long mailingListId,
String uuid,
long companyId,
OrderByComparator<MBMailingList> orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?. |
static MBMessage[] |
MBMessageUtil.findByUuid_C_PrevAndNext(long messageId,
String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBMessage[] |
MBMessagePersistence.findByUuid_C_PrevAndNext(long messageId,
String uuid,
long companyId,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ? and companyId = ?. |
MBThread[] |
MBThreadPersistence.findByUuid_C_PrevAndNext(long threadId,
String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThread[] |
MBThreadUtil.findByUuid_C_PrevAndNext(long threadId,
String uuid,
long companyId,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ? and companyId = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByUuid_C_PrevAndNext(long threadFlagId,
String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByUuid_C_PrevAndNext(long threadFlagId,
String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?. |
List<MBBan> |
MBBanPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?. |
static List<MBBan> |
MBBanUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?. |
static List<MBDiscussion> |
MBDiscussionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?. |
List<MBDiscussion> |
MBDiscussionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ? and companyId = ?. |
List<MBThread> |
MBThreadPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?. |
static List<MBThread> |
MBThreadUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where uuid = ? and companyId = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?. |
MBBan |
MBBanPersistence.findByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?. |
static MBBan |
MBBanUtil.findByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
static MBDiscussion |
MBDiscussionUtil.findByUuid_First(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ?. |
MBDiscussion |
MBDiscussionPersistence.findByUuid_First(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_First(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_First(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the first message boards mailing list in the ordered set where uuid = ?. |
static MBMessage |
MBMessageUtil.findByUuid_First(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.findByUuid_First(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the first message-boards message in the ordered set where uuid = ?. |
MBThread |
MBThreadPersistence.findByUuid_First(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?. |
static MBThread |
MBThreadUtil.findByUuid_First(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the first message boards thread in the ordered set where uuid = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?. |
MBBan |
MBBanPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?. |
static MBBan |
MBBanUtil.findByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?. |
static MBCategory |
MBCategoryUtil.findByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
MBCategory |
MBCategoryPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
static MBDiscussion |
MBDiscussionUtil.findByUuid_Last(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ?. |
MBDiscussion |
MBDiscussionPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ?. |
static MBMailingList |
MBMailingListUtil.findByUuid_Last(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
MBMailingList |
MBMailingListPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the last message boards mailing list in the ordered set where uuid = ?. |
static MBMessage |
MBMessageUtil.findByUuid_Last(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
MBMessage |
MBMessagePersistence.findByUuid_Last(String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the last message-boards message in the ordered set where uuid = ?. |
MBThread |
MBThreadPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?. |
static MBThread |
MBThreadUtil.findByUuid_Last(String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the last message boards thread in the ordered set where uuid = ?. |
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?. |
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?. |
MBBan[] |
MBBanPersistence.findByUuid_PrevAndNext(long banId,
String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?. |
static MBBan[] |
MBBanUtil.findByUuid_PrevAndNext(long banId,
String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?. |
static MBCategory[] |
MBCategoryUtil.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?. |
MBCategory[] |
MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?. |
static MBDiscussion[] |
MBDiscussionUtil.findByUuid_PrevAndNext(long discussionId,
String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?. |
MBDiscussion[] |
MBDiscussionPersistence.findByUuid_PrevAndNext(long discussionId,
String uuid,
OrderByComparator<MBDiscussion> orderByComparator)
Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?. |
static MBMailingList[] |
MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId,
String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?. |
MBMailingList[] |
MBMailingListPersistence.findByUuid_PrevAndNext(long mailingListId,
String uuid,
OrderByComparator<MBMailingList> orderByComparator)
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?. |
static MBMessage[] |
MBMessageUtil.findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?. |
MBMessage[] |
MBMessagePersistence.findByUuid_PrevAndNext(long messageId,
String uuid,
OrderByComparator<MBMessage> orderByComparator)
Returns the message-boards messages before and after the current message-boards message in the ordered set where uuid = ?. |
MBThread[] |
MBThreadPersistence.findByUuid_PrevAndNext(long threadId,
String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?. |
static MBThread[] |
MBThreadUtil.findByUuid_PrevAndNext(long threadId,
String uuid,
OrderByComparator<MBThread> orderByComparator)
Returns the message boards threads before and after the current message boards thread in the ordered set where uuid = ?. |
static MBThreadFlag[] |
MBThreadFlagUtil.findByUuid_PrevAndNext(long threadFlagId,
String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?. |
MBThreadFlag[] |
MBThreadFlagPersistence.findByUuid_PrevAndNext(long threadFlagId,
String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?. |
List<MBBan> |
MBBanPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ?. |
static List<MBBan> |
MBBanUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ?. |
static List<MBCategory> |
MBCategoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ?. |
List<MBCategory> |
MBCategoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ?. |
static List<MBDiscussion> |
MBDiscussionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions where uuid = ?. |
List<MBDiscussion> |
MBDiscussionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions where uuid = ?. |
static List<MBMailingList> |
MBMailingListUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ?. |
List<MBMailingList> |
MBMailingListPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
Returns an ordered range of all the message boards mailing lists where uuid = ?. |
static List<MBMessage> |
MBMessageUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ?. |
List<MBMessage> |
MBMessagePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
Returns an ordered range of all the message-boards messages where uuid = ?. |
List<MBThread> |
MBThreadPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where uuid = ?. |
static List<MBThread> |
MBThreadUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
Returns an ordered range of all the message boards threads where uuid = ?. |
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ?. |
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ?. |
static List<MBBan> |
MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
|
static List<MBCategory> |
MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
|
static List<MBDiscussion> |
MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBDiscussion> orderByComparator)
|
static List<MBMailingList> |
MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBMailingList> orderByComparator)
|
static List<MBMessage> |
MBMessageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBMessage> orderByComparator)
|
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
|
static List<MBThread> |
MBThreadUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBThread> orderByComparator)
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.messageboards.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.messageboards.util.comparator | |
|---|---|
class |
MessageCreateDateComparator
|
class |
ThreadLastPostDateComparator
|
| Uses of OrderByComparator in com.liferay.portlet.mobiledevicerules.service |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type OrderByComparator | ||
|---|---|---|
|
MDRRuleGroupInstanceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MDRRuleGroupLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MDRActionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MDRActionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MDRActionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MDRRuleLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MDRRuleGroupInstanceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MDRRuleLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MDRRuleGroupLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MDRRuleGroupInstanceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
MDRRuleGroupLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
MDRRuleLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static List<MDRAction> |
MDRActionLocalServiceUtil.getMDRActionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns a range of m d r actions matching the UUID and company. |
|
List<MDRAction> |
MDRActionLocalService.getMDRActionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns a range of m d r actions matching the UUID and company. |
|
List<MDRAction> |
MDRActionLocalServiceWrapper.getMDRActionsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns a range of m d r actions matching the UUID and company. |
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceWrapper.getMDRRuleGroupInstancesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns a range of m d r rule group instances matching the UUID and company. |
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceUtil.getMDRRuleGroupInstancesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns a range of m d r rule group instances matching the UUID and company. |
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalService.getMDRRuleGroupInstancesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns a range of m d r rule group instances matching the UUID and company. |
|
List<MDRRuleGroup> |
MDRRuleGroupLocalService.getMDRRuleGroupsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns a range of m d r rule groups matching the UUID and company. |
|
List<MDRRuleGroup> |
MDRRuleGroupLocalServiceWrapper.getMDRRuleGroupsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns a range of m d r rule groups matching the UUID and company. |
|
static List<MDRRuleGroup> |
MDRRuleGroupLocalServiceUtil.getMDRRuleGroupsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns a range of m d r rule groups matching the UUID and company. |
|
static List<MDRRule> |
MDRRuleLocalServiceUtil.getMDRRulesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns a range of m d r rules matching the UUID and company. |
|
List<MDRRule> |
MDRRuleLocalService.getMDRRulesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns a range of m d r rules matching the UUID and company. |
|
List<MDRRule> |
MDRRuleLocalServiceWrapper.getMDRRulesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns a range of m d r rules matching the UUID and company. |
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceServiceUtil.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
|
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceWrapper.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
|
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceService.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
|
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceServiceWrapper.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
|
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalServiceUtil.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
|
|
List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceLocalService.getRuleGroupInstances(String className,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
|
|
| Uses of OrderByComparator in com.liferay.portlet.mobiledevicerules.service.persistence |
|---|
| Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type OrderByComparator | |
|---|---|
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
MDRRule |
MDRRulePersistence.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRAction |
MDRActionUtil.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.fetchByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.fetchByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_First(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_First(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_First(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_First(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.filterFindByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.filterFindByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.filterFindByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set of m d r rule groups that the user has permission to view where groupId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.filterFindByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set of m d r rule group instances that the user has permission to view where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups that the user has permissions to view where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances that the user has permissions to view where groupId = ?. |
static List<MDRAction> |
MDRActionUtil.findAll(int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions. |
List<MDRAction> |
MDRActionPersistence.findAll(int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions. |
List<MDRRule> |
MDRRulePersistence.findAll(int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules. |
static List<MDRRule> |
MDRRuleUtil.findAll(int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findAll(int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findAll(int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findAll(int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findAll(int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByC_C_PrevAndNext(long ruleGroupInstanceId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByC_C_PrevAndNext(long ruleGroupInstanceId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByG_C_C_PrevAndNext(long ruleGroupInstanceId,
long groupId,
long classNameId,
long classPK,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ? and classNameId = ? and classPK = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByGroupId_First(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByGroupId_Last(long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.findByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.findByGroupId_PrevAndNext(long ruleGroupId,
long groupId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where groupId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByGroupId_PrevAndNext(long ruleGroupInstanceId,
long groupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where groupId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups where groupId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups where groupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where groupId = ?. |
MDRRule |
MDRRulePersistence.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByRuleGroupId_First(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRule |
MDRRulePersistence.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule |
MDRRuleUtil.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByRuleGroupId_Last(long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where ruleGroupId = ?. |
MDRRule[] |
MDRRulePersistence.findByRuleGroupId_PrevAndNext(long ruleId,
long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?. |
static MDRRule[] |
MDRRuleUtil.findByRuleGroupId_PrevAndNext(long ruleId,
long ruleGroupId,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where ruleGroupId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId,
long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByRuleGroupId_PrevAndNext(long ruleGroupInstanceId,
long ruleGroupId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where ruleGroupId = ?. |
List<MDRRule> |
MDRRulePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where ruleGroupId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByRuleGroupId(long ruleGroupId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where ruleGroupId = ?. |
static MDRAction |
MDRActionUtil.findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.findByRuleGroupInstanceId_First(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction |
MDRActionPersistence.findByRuleGroupInstanceId_Last(long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where ruleGroupInstanceId = ?. |
static MDRAction[] |
MDRActionUtil.findByRuleGroupInstanceId_PrevAndNext(long actionId,
long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?. |
MDRAction[] |
MDRActionPersistence.findByRuleGroupInstanceId_PrevAndNext(long actionId,
long ruleGroupInstanceId,
OrderByComparator<MDRAction> orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where ruleGroupInstanceId = ?. |
static List<MDRAction> |
MDRActionUtil.findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?. |
List<MDRAction> |
MDRActionPersistence.findByRuleGroupInstanceId(long ruleGroupInstanceId,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where ruleGroupInstanceId = ?. |
static MDRAction |
MDRActionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction |
MDRActionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRRule |
MDRRulePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRAction[] |
MDRActionUtil.findByUuid_C_PrevAndNext(long actionId,
String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRAction[] |
MDRActionPersistence.findByUuid_C_PrevAndNext(long actionId,
String uuid,
long companyId,
OrderByComparator<MDRAction> orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ? and companyId = ?. |
MDRRule[] |
MDRRulePersistence.findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRule[] |
MDRRuleUtil.findByUuid_C_PrevAndNext(long ruleId,
String uuid,
long companyId,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.findByUuid_C_PrevAndNext(long ruleGroupId,
String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.findByUuid_C_PrevAndNext(long ruleGroupId,
String uuid,
long companyId,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ? and companyId = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByUuid_C_PrevAndNext(long ruleGroupInstanceId,
String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByUuid_C_PrevAndNext(long ruleGroupInstanceId,
String uuid,
long companyId,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ? and companyId = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ? and companyId = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ? and companyId = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ? and companyId = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ? and companyId = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ? and companyId = ?. |
static MDRAction |
MDRActionUtil.findByUuid_First(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.findByUuid_First(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the first m d r action in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.findByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_First(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the first m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_First(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_First(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the first m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_First(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_First(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the first m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction |
MDRActionUtil.findByUuid_Last(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRAction |
MDRActionPersistence.findByUuid_Last(String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the last m d r action in the ordered set where uuid = ?. |
MDRRule |
MDRRulePersistence.findByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRule |
MDRRuleUtil.findByUuid_Last(String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the last m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup |
MDRRuleGroupUtil.findByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup |
MDRRuleGroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the last m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroupInstance |
MDRRuleGroupInstancePersistence.findByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
static MDRRuleGroupInstance |
MDRRuleGroupInstanceUtil.findByUuid_Last(String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the last m d r rule group instance in the ordered set where uuid = ?. |
static MDRAction[] |
MDRActionUtil.findByUuid_PrevAndNext(long actionId,
String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?. |
MDRAction[] |
MDRActionPersistence.findByUuid_PrevAndNext(long actionId,
String uuid,
OrderByComparator<MDRAction> orderByComparator)
Returns the m d r actions before and after the current m d r action in the ordered set where uuid = ?. |
MDRRule[] |
MDRRulePersistence.findByUuid_PrevAndNext(long ruleId,
String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?. |
static MDRRule[] |
MDRRuleUtil.findByUuid_PrevAndNext(long ruleId,
String uuid,
OrderByComparator<MDRRule> orderByComparator)
Returns the m d r rules before and after the current m d r rule in the ordered set where uuid = ?. |
static MDRRuleGroup[] |
MDRRuleGroupUtil.findByUuid_PrevAndNext(long ruleGroupId,
String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroup[] |
MDRRuleGroupPersistence.findByUuid_PrevAndNext(long ruleGroupId,
String uuid,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns the m d r rule groups before and after the current m d r rule group in the ordered set where uuid = ?. |
MDRRuleGroupInstance[] |
MDRRuleGroupInstancePersistence.findByUuid_PrevAndNext(long ruleGroupInstanceId,
String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?. |
static MDRRuleGroupInstance[] |
MDRRuleGroupInstanceUtil.findByUuid_PrevAndNext(long ruleGroupInstanceId,
String uuid,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns the m d r rule group instances before and after the current m d r rule group instance in the ordered set where uuid = ?. |
static List<MDRAction> |
MDRActionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ?. |
List<MDRAction> |
MDRActionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
Returns an ordered range of all the m d r actions where uuid = ?. |
List<MDRRule> |
MDRRulePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
static List<MDRRule> |
MDRRuleUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
Returns an ordered range of all the m d r rules where uuid = ?. |
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ?. |
List<MDRRuleGroup> |
MDRRuleGroupPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
Returns an ordered range of all the m d r rule groups where uuid = ?. |
List<MDRRuleGroupInstance> |
MDRRuleGroupInstancePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ?. |
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
Returns an ordered range of all the m d r rule group instances where uuid = ?. |
static List<MDRAction> |
MDRActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MDRAction> orderByComparator)
|
static List<MDRRule> |
MDRRuleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MDRRule> orderByComparator)
|
static List<MDRRuleGroup> |
MDRRuleGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MDRRuleGroup> orderByComparator)
|
static List<MDRRuleGroupInstance> |
MDRRuleGroupInstanceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MDRRuleGroupInstance> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.mobiledevicerules.util |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.mobiledevicerules.util | |
|---|---|
class |
RuleGroupInstancePriorityComparator
|
| Uses of OrderByComparator in com.liferay.portlet.passwordpoliciesadmin.util |
|---|
| Methods in com.liferay.portlet.passwordpoliciesadmin.util that return OrderByComparator | |
|---|---|
OrderByComparator<PasswordPolicy> |
PasswordPoliciesAdmin.getPasswordPolicyOrderByComparator(String orderByCol,
String orderByType)
|
static OrderByComparator<PasswordPolicy> |
PasswordPoliciesAdminUtil.getPasswordPolicyOrderByComparator(String orderByCol,
String orderByType)
|
| Uses of OrderByComparator in com.liferay.portlet.ratings.service |
|---|
| Methods in com.liferay.portlet.ratings.service with parameters of type OrderByComparator | ||
|---|---|---|
|
RatingsStatsLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
RatingsStatsLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RatingsStatsLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
RatingsEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RatingsEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
RatingsEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
| Uses of OrderByComparator in com.liferay.portlet.ratings.service.persistence |
|---|
| Methods in com.liferay.portlet.ratings.service.persistence with parameters of type OrderByComparator | |
|---|---|
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?. |
static RatingsEntry |
RatingsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?. |
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries. |
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries. |
List<RatingsStats> |
RatingsStatsPersistence.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses. |
static List<RatingsStats> |
RatingsStatsUtil.findAll(int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
Returns an ordered range of all the ratings statses. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry[] |
RatingsEntryUtil.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry[] |
RatingsEntryPersistence.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_S_First(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_S_Last(long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static RatingsEntry[] |
RatingsEntryUtil.findByC_C_S_PrevAndNext(long entryId,
long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
RatingsEntry[] |
RatingsEntryPersistence.findByC_C_S_PrevAndNext(long entryId,
long classNameId,
long classPK,
double score,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?. |
RatingsEntry |
RatingsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?. |
static RatingsEntry |
RatingsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?. |
RatingsEntry |
RatingsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?. |
static RatingsEntry[] |
RatingsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?. |
RatingsEntry[] |
RatingsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?. |
static RatingsEntry |
RatingsEntryUtil.findByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?. |
RatingsEntry |
RatingsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?. |
static RatingsEntry |
RatingsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?. |
RatingsEntry |
RatingsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?. |
static RatingsEntry[] |
RatingsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?. |
RatingsEntry[] |
RatingsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ?. |
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ?. |
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
|
static List<RatingsStats> |
RatingsStatsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RatingsStats> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.shopping.service |
|---|
| Methods in com.liferay.portlet.shopping.service with parameters of type OrderByComparator | ||
|---|---|---|
|
ShoppingItemFieldLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingItemFieldLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingItemPriceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingOrderItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingItemPriceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingCategoryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingCartLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingCouponLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingItemPriceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingOrderLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingOrderLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingCouponLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingItemFieldLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingOrderLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingCartLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingCouponLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingCartLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingOrderItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingItemLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingItemLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingCategoryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
ShoppingCategoryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
ShoppingOrderItemLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<ShoppingItem> |
ShoppingItemLocalServiceWrapper.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> obc)
|
|
List<ShoppingItem> |
ShoppingItemService.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> obc)
|
|
static List<ShoppingItem> |
ShoppingItemServiceUtil.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> obc)
|
|
List<ShoppingItem> |
ShoppingItemServiceWrapper.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> obc)
|
|
List<ShoppingItem> |
ShoppingItemLocalService.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> obc)
|
|
static List<ShoppingItem> |
ShoppingItemLocalServiceUtil.getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> obc)
|
|
ShoppingItem[] |
ShoppingItemLocalServiceWrapper.getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> obc)
|
|
ShoppingItem[] |
ShoppingItemService.getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> obc)
|
|
static ShoppingItem[] |
ShoppingItemServiceUtil.getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> obc)
|
|
ShoppingItem[] |
ShoppingItemServiceWrapper.getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> obc)
|
|
ShoppingItem[] |
ShoppingItemLocalService.getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> obc)
|
|
static ShoppingItem[] |
ShoppingItemLocalServiceUtil.getItemsPrevAndNext(long itemId,
OrderByComparator<ShoppingItem> obc)
|
|
| Uses of OrderByComparator in com.liferay.portlet.shopping.service.persistence |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence with parameters of type OrderByComparator | |
|---|---|
ShoppingItem |
ShoppingItemPersistence.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.fetchByG_C_First(long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.fetchByG_C_Last(long groupId,
long categoryId,
OrderByComparator<ShoppingItem> 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<ShoppingItem> orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.fetchByItemId_First(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.fetchByItemId_First(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.fetchByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.fetchByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.fetchByItemId_Last(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.fetchByItemId_Last(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.fetchByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.fetchByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.fetchByOrderId_First(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.fetchByOrderId_First(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.fetchByOrderId_Last(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.fetchByOrderId_Last(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByUserId_First(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByUserId_First(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
static ShoppingCart |
ShoppingCartUtil.fetchByUserId_Last(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.fetchByUserId_Last(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
ShoppingItem[] |
ShoppingItemPersistence.filterFindByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
static ShoppingItem[] |
ShoppingItemUtil.filterFindByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set of shopping items that the user has permission to view where groupId = ? and categoryId = ?. |
List<ShoppingItem> |
ShoppingItemPersistence.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> orderByComparator)
Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?. |
static List<ShoppingItem> |
ShoppingItemUtil.filterFindByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> orderByComparator)
Returns an ordered range of all the shopping items that the user has permissions to view where groupId = ? and categoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.filterFindByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set of shopping orders that the user has permission to view where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders that the user has permissions to view where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findAll(int start,
int end,
OrderByComparator<ShoppingCart> orderByComparator)
Returns an ordered range of all the shopping carts. |
List<ShoppingCart> |
ShoppingCartPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingCart> orderByComparator)
Returns an ordered range of all the shopping carts. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll(int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findAll(int start,
int end,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns an ordered range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns an ordered range of all the shopping coupons. |
List<ShoppingItem> |
ShoppingItemPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingItem> orderByComparator)
Returns an ordered range of all the shopping items. |
static List<ShoppingItem> |
ShoppingItemUtil.findAll(int start,
int end,
OrderByComparator<ShoppingItem> orderByComparator)
Returns an ordered range of all the shopping items. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns an ordered range of all the shopping item fields. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findAll(int start,
int end,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns an ordered range of all the shopping item fields. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findAll(int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findAll(int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findAll(int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns an ordered range of all the shopping order items. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findAll(int start,
int end,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns an ordered range of all the shopping order items. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_First(long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.findByG_C_First(long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the first shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem |
ShoppingItemPersistence.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem |
ShoppingItemUtil.findByG_C_Last(long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the last shopping item in the ordered set where groupId = ? and categoryId = ?. |
ShoppingItem[] |
ShoppingItemPersistence.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
static ShoppingItem[] |
ShoppingItemUtil.findByG_C_PrevAndNext(long itemId,
long groupId,
long categoryId,
OrderByComparator<ShoppingItem> orderByComparator)
Returns the shopping items before and after the current shopping item in the ordered set where groupId = ? and categoryId = ?. |
List<ShoppingOrder> |
ShoppingOrderFinder.findByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end,
OrderByComparator<ShoppingOrder> obc)
|
static List<ShoppingOrder> |
ShoppingOrderFinderUtil.findByG_C_U_N_PPPS(long groupId,
long companyId,
long userId,
String number,
String billingFirstName,
String billingLastName,
String billingEmailAddress,
String shippingFirstName,
String shippingLastName,
String shippingEmailAddress,
String ppPaymentStatus,
boolean andOperator,
int start,
int end,
OrderByComparator<ShoppingOrder> obc)
|
List<ShoppingItem> |
ShoppingItemPersistence.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> orderByComparator)
Returns an ordered range of all the shopping items where groupId = ? and categoryId = ?. |
static List<ShoppingItem> |
ShoppingItemUtil.findByG_C(long groupId,
long categoryId,
int start,
int end,
OrderByComparator<ShoppingItem> orderByComparator)
Returns an ordered range of all the shopping items where groupId = ? and categoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_First(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByG_U_PPPS_Last(long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.findByG_U_PPPS_PrevAndNext(long orderId,
long groupId,
long userId,
String ppPaymentStatus,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByG_U_PPPS(long groupId,
long userId,
String ppPaymentStatus,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ? and userId = ? and ppPaymentStatus = ?. |
static ShoppingCart |
ShoppingCartUtil.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_First(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_First(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the first shopping order in the ordered set where groupId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
static ShoppingOrder |
ShoppingOrderUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
ShoppingOrder |
ShoppingOrderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the last shopping order in the ordered set where groupId = ?. |
static ShoppingCart[] |
ShoppingCartUtil.findByGroupId_PrevAndNext(long cartId,
long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?. |
ShoppingCart[] |
ShoppingCartPersistence.findByGroupId_PrevAndNext(long cartId,
long groupId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
static ShoppingCoupon[] |
ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon[] |
ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?. |
static ShoppingOrder[] |
ShoppingOrderUtil.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
ShoppingOrder[] |
ShoppingOrderPersistence.findByGroupId_PrevAndNext(long orderId,
long groupId,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns the shopping orders before and after the current shopping order in the ordered set where groupId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCart> orderByComparator)
Returns an ordered range of all the shopping carts where groupId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCart> orderByComparator)
Returns an ordered range of all the shopping carts where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ?. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns an ordered range of all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCoupon> orderByComparator)
Returns an ordered range of all the shopping coupons where groupId = ?. |
static List<ShoppingOrder> |
ShoppingOrderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ?. |
List<ShoppingOrder> |
ShoppingOrderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
Returns an ordered range of all the shopping orders where groupId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByItemId_First(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.findByItemId_First(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the first shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.findByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.findByItemId_First(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the first shopping item price in the ordered set where itemId = ?. |
ShoppingItemField |
ShoppingItemFieldPersistence.findByItemId_Last(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField |
ShoppingItemFieldUtil.findByItemId_Last(long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the last shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice |
ShoppingItemPriceUtil.findByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice |
ShoppingItemPricePersistence.findByItemId_Last(long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the last shopping item price in the ordered set where itemId = ?. |
ShoppingItemField[] |
ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?. |
static ShoppingItemField[] |
ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId,
long itemId,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?. |
static ShoppingItemPrice[] |
ShoppingItemPriceUtil.findByItemId_PrevAndNext(long itemPriceId,
long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?. |
ShoppingItemPrice[] |
ShoppingItemPricePersistence.findByItemId_PrevAndNext(long itemPriceId,
long itemId,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns the shopping item prices before and after the current shopping item price in the ordered set where itemId = ?. |
List<ShoppingItemField> |
ShoppingItemFieldPersistence.findByItemId(long itemId,
int start,
int end,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns an ordered range of all the shopping item fields where itemId = ?. |
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findByItemId(long itemId,
int start,
int end,
OrderByComparator<ShoppingItemField> orderByComparator)
Returns an ordered range of all the shopping item fields where itemId = ?. |
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findByItemId(long itemId,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices where itemId = ?. |
List<ShoppingItemPrice> |
ShoppingItemPricePersistence.findByItemId(long itemId,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
Returns an ordered range of all the shopping item prices where itemId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.findByOrderId_First(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.findByOrderId_First(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the first shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem |
ShoppingOrderItemPersistence.findByOrderId_Last(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem |
ShoppingOrderItemUtil.findByOrderId_Last(long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the last shopping order item in the ordered set where orderId = ?. |
ShoppingOrderItem[] |
ShoppingOrderItemPersistence.findByOrderId_PrevAndNext(long orderItemId,
long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?. |
static ShoppingOrderItem[] |
ShoppingOrderItemUtil.findByOrderId_PrevAndNext(long orderItemId,
long orderId,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns the shopping order items before and after the current shopping order item in the ordered set where orderId = ?. |
List<ShoppingOrderItem> |
ShoppingOrderItemPersistence.findByOrderId(long orderId,
int start,
int end,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns an ordered range of all the shopping order items where orderId = ?. |
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findByOrderId(long orderId,
int start,
int end,
OrderByComparator<ShoppingOrderItem> orderByComparator)
Returns an ordered range of all the shopping order items where orderId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByUserId_First(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByUserId_First(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the first shopping cart in the ordered set where userId = ?. |
static ShoppingCart |
ShoppingCartUtil.findByUserId_Last(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
ShoppingCart |
ShoppingCartPersistence.findByUserId_Last(long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the last shopping cart in the ordered set where userId = ?. |
static ShoppingCart[] |
ShoppingCartUtil.findByUserId_PrevAndNext(long cartId,
long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?. |
ShoppingCart[] |
ShoppingCartPersistence.findByUserId_PrevAndNext(long cartId,
long userId,
OrderByComparator<ShoppingCart> orderByComparator)
Returns the shopping carts before and after the current shopping cart in the ordered set where userId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<ShoppingCart> orderByComparator)
Returns an ordered range of all the shopping carts where userId = ?. |
List<ShoppingCart> |
ShoppingCartPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<ShoppingCart> orderByComparator)
Returns an ordered range of all the shopping carts where userId = ?. |
static List<ShoppingCart> |
ShoppingCartUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingCart> orderByComparator)
|
static List<ShoppingCategory> |
ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
|
static List<ShoppingCoupon> |
ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingCoupon> orderByComparator)
|
static List<ShoppingItem> |
ShoppingItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingItem> orderByComparator)
|
static List<ShoppingItemField> |
ShoppingItemFieldUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingItemField> orderByComparator)
|
static List<ShoppingItemPrice> |
ShoppingItemPriceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingItemPrice> orderByComparator)
|
static List<ShoppingOrder> |
ShoppingOrderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingOrder> orderByComparator)
|
static List<ShoppingOrderItem> |
ShoppingOrderItemUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingOrderItem> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.shopping.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.shopping.util.comparator | |
|---|---|
class |
ItemMinQuantityComparator
|
class |
ItemNameComparator
|
class |
ItemPriceComparator
|
class |
ItemSKUComparator
|
class |
OrderDateComparator
|
| Uses of OrderByComparator in com.liferay.portlet.social.service |
|---|
| Methods in com.liferay.portlet.social.service with parameters of type OrderByComparator | ||
|---|---|---|
|
SocialActivityLimitLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialActivityCounterLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialRequestLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivityCounterLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivityAchievementLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialRequestLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivityCounterLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialActivitySettingLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivityLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialRelationLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialRelationLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivityLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivityAchievementLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialActivityAchievementLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivitySettingLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivityLimitLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialActivityLimitLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialActivitySetLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialRelationLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialActivityLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivitySettingLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivitySetLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SocialActivitySetLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SocialRequestLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<SocialRequest> |
SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
|
List<SocialRequest> |
SocialRequestLocalService.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
|
static List<SocialRequest> |
SocialRequestLocalServiceUtil.getSocialRequestsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns a range of social requests matching the UUID and company. |
|
| Uses of OrderByComparator in com.liferay.portlet.social.service.persistence |
|---|
| Methods in com.liferay.portlet.social.service.persistence with parameters of type OrderByComparator | |
|---|---|
static SocialActivity |
SocialActivityUtil.fetchByActivitySetId_First(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where activitySetId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByActivitySetId_First(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where activitySetId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByActivitySetId_Last(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where activitySetId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByActivitySetId_Last(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where activitySetId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialRequest |
SocialRequestUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialRequest |
SocialRequestUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity |
SocialActivityPersistence.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity |
SocialActivityPersistence.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialRequest |
SocialRequestPersistence.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRelation |
SocialRelationUtil.fetchByC_T_First(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByC_T_First(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByC_T_Last(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByC_T_Last(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_A_First(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_A_First(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_A_Last(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_A_Last(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_N_First(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_N_First(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_N_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_N_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivity |
SocialActivityUtil.fetchByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where groupId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where groupId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.fetchByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.fetchByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistence.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialActivity |
SocialActivityUtil.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByType_First(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByType_First(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByType_Last(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByType_Last(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.fetchByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_T_First(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_T_First(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_T_Last(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_T_Last(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_First(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_First(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU1_U2_Last(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU1_U2_Last(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU2_T_First(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU2_T_First(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.fetchByU2_T_Last(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.fetchByU2_T_Last(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.fetchByUserId_First(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByUserId_First(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByUserId_First(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByUserId_First(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialActivity |
SocialActivityUtil.fetchByUserId_Last(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.fetchByUserId_Last(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.fetchByUserId_Last(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.fetchByUserId_Last(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.fetchByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.fetchByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId1_First(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId1_First(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId1_Last(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId1_Last(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId2_First(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId2_First(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUserId2_Last(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUserId2_Last(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_First(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_First(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.fetchByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static List<SocialActivity> |
SocialActivityUtil.findAll(int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities. |
List<SocialActivity> |
SocialActivityPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findAll(int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findAll(int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits. |
static List<SocialActivitySet> |
SocialActivitySetUtil.findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets. |
List<SocialActivitySet> |
SocialActivitySetPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findAll(int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findAll(int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings. |
static List<SocialRelation> |
SocialRelationUtil.findAll(int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations. |
List<SocialRelation> |
SocialRelationPersistence.findAll(int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations. |
List<SocialRequest> |
SocialRequestPersistence.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests. |
static List<SocialRequest> |
SocialRequestUtil.findAll(int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests. |
static SocialActivity |
SocialActivityUtil.findByActivitySetId_First(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where activitySetId = ?. |
SocialActivity |
SocialActivityPersistence.findByActivitySetId_First(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where activitySetId = ?. |
static SocialActivity |
SocialActivityUtil.findByActivitySetId_Last(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where activitySetId = ?. |
SocialActivity |
SocialActivityPersistence.findByActivitySetId_Last(long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where activitySetId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByActivitySetId_PrevAndNext(long activityId,
long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByActivitySetId_PrevAndNext(long activityId,
long activitySetId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByActivitySetId(long activitySetId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where activitySetId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByActivitySetId(long activitySetId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where activitySetId = ?. |
static SocialActivity |
SocialActivityUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialRequest |
SocialRequestUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialRequest |
SocialRequestUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity[] |
SocialActivityUtil.findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?. |
SocialActivity[] |
SocialActivityPersistence.findByC_C_PrevAndNext(long activityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityCounter[] |
SocialActivityCounterUtil.findByC_C_PrevAndNext(long activityCounterId,
long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter[] |
SocialActivityCounterPersistence.findByC_C_PrevAndNext(long activityCounterId,
long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByC_C_PrevAndNext(long activityLimitId,
long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByC_C_PrevAndNext(long activityLimitId,
long classNameId,
long classPK,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialRequest[] |
SocialRequestPersistence.findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialRequest[] |
SocialRequestUtil.findByC_C_PrevAndNext(long requestId,
long classNameId,
long classPK,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity |
SocialActivityPersistence.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity |
SocialActivityPersistence.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivity[] |
SocialActivityUtil.findByC_C_T_PrevAndNext(long activityId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivity[] |
SocialActivityPersistence.findByC_C_T_PrevAndNext(long activityId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet[] |
SocialActivitySetUtil.findByC_C_T_PrevAndNext(long activitySetId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet[] |
SocialActivitySetPersistence.findByC_C_T_PrevAndNext(long activitySetId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialRequest |
SocialRequestPersistence.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_First(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByC_C_T_R_S_Last(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByC_C_T_R_S_PrevAndNext(long requestId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C_T_R_S(long classNameId,
long classPK,
int type,
long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?. |
static List<SocialActivitySet> |
SocialActivitySetUtil.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
SocialActivitySetPersistence.findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where classNameId = ? and classPK = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where classNameId = ? and classPK = ?. |
static SocialRelation |
SocialRelationUtil.findByC_T_First(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByC_T_First(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByC_T_Last(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByC_T_Last(long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByC_T_PrevAndNext(long relationId,
long companyId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where companyId = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByC_T(long companyId,
int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where companyId = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.findByClassNameId_First(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.findByClassNameId_First(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where classNameId = ?. |
static SocialActivity |
SocialActivityUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
SocialActivity |
SocialActivityPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where classNameId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByClassNameId_PrevAndNext(long activityId,
long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByClassNameId_PrevAndNext(long activityId,
long classNameId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where classNameId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where classNameId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where classNameId = ?. |
static SocialActivity |
SocialActivityUtil.findByCompanyId_First(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByCompanyId_First(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_First(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where companyId = ?. |
static SocialActivity |
SocialActivityUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
SocialActivity |
SocialActivityPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where companyId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByCompanyId_PrevAndNext(long activityId,
long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where companyId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByCompanyId_PrevAndNext(long activityId,
long companyId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where companyId = ?. |
static SocialRelation[] |
SocialRelationUtil.findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ?. |
SocialRelation[] |
SocialRelationPersistence.findByCompanyId_PrevAndNext(long relationId,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where companyId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByCompanyId_PrevAndNext(long requestId,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where companyId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where companyId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where companyId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_A_First(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_A_First(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_A_Last(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_A_Last(long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_A_PrevAndNext(long activitySettingId,
long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_A_PrevAndNext(long activitySettingId,
long groupId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_A(long groupId,
int activityType,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_A(long groupId,
int activityType,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_C_A_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_C_A_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
int activityType,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C_A(long groupId,
long classNameId,
int activityType,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C_A(long groupId,
long classNameId,
int activityType,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivityCounter[] |
SocialActivityCounterUtil.findByG_C_C_O_PrevAndNext(long activityCounterId,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter[] |
SocialActivityCounterPersistence.findByG_C_C_O_PrevAndNext(long activityCounterId,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_C_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_C_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_F_First(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_F_Last(long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_F_PrevAndNext(long activityAchievementId,
long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_F_PrevAndNext(long activityAchievementId,
long groupId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_F(long groupId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_N_First(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_N_First(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_N_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_N_Last(long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and name = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_N_PrevAndNext(long activityAchievementId,
long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_N_PrevAndNext(long activityAchievementId,
long groupId,
String name,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and name = ?. |
static SocialActivity |
SocialActivityUtil.findByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByG_U_C_C_T_R_First(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.findByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByG_U_C_C_T_R_Last(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByG_U_C_C_T_R_PrevAndNext(long activityId,
long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByG_U_C_C_T_R_PrevAndNext(long activityId,
long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByG_U_C_C_T_R(long groupId,
long userId,
long classNameId,
long classPK,
int type,
long receiverUserId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
static SocialActivitySet[] |
SocialActivitySetUtil.findByG_U_C_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet[] |
SocialActivitySetPersistence.findByG_U_C_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
static List<SocialActivitySet> |
SocialActivitySetUtil.findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?. |
List<SocialActivitySet> |
SocialActivitySetPersistence.findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_F_First(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_F_Last(long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_U_F_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_U_F_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
boolean firstInGroup,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U_F(long groupId,
long userId,
boolean firstInGroup,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByG_U_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByG_U_PrevAndNext(long activityAchievementId,
long groupId,
long userId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
static SocialActivitySet[] |
SocialActivitySetUtil.findByG_U_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet[] |
SocialActivitySetPersistence.findByG_U_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
static List<SocialActivitySet> |
SocialActivitySetUtil.findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
SocialActivitySetPersistence.findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?. |
static SocialActivity |
SocialActivityUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the first social activity achievement in the ordered set where groupId = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where groupId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
static SocialActivity |
SocialActivityUtil.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
SocialActivity |
SocialActivityPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where groupId = ?. |
SocialActivityAchievement |
SocialActivityAchievementPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
static SocialActivityAchievement |
SocialActivityAchievementUtil.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the last social activity achievement in the ordered set where groupId = ?. |
static SocialActivityCounter |
SocialActivityCounterUtil.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter |
SocialActivityCounterPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where groupId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByGroupId_PrevAndNext(long activityId,
long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByGroupId_PrevAndNext(long activityId,
long groupId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where groupId = ?. |
SocialActivityAchievement[] |
SocialActivityAchievementPersistence.findByGroupId_PrevAndNext(long activityAchievementId,
long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?. |
static SocialActivityAchievement[] |
SocialActivityAchievementUtil.findByGroupId_PrevAndNext(long activityAchievementId,
long groupId,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?. |
static SocialActivityCounter[] |
SocialActivityCounterUtil.findByGroupId_PrevAndNext(long activityCounterId,
long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter[] |
SocialActivityCounterPersistence.findByGroupId_PrevAndNext(long activityCounterId,
long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByGroupId_PrevAndNext(long activityLimitId,
long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByGroupId_PrevAndNext(long activityLimitId,
long groupId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?. |
static SocialActivitySet[] |
SocialActivitySetUtil.findByGroupId_PrevAndNext(long activitySetId,
long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?. |
SocialActivitySet[] |
SocialActivitySetPersistence.findByGroupId_PrevAndNext(long activitySetId,
long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByGroupId_PrevAndNext(long activitySettingId,
long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByGroupId_PrevAndNext(long activitySettingId,
long groupId,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where groupId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where groupId = ?. |
List<SocialActivityAchievement> |
SocialActivityAchievementPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ?. |
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
Returns an ordered range of all the social activity achievements where groupId = ?. |
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ?. |
List<SocialActivityCounter> |
SocialActivityCounterPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits where groupId = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits where groupId = ?. |
static List<SocialActivitySet> |
SocialActivitySetUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ?. |
List<SocialActivitySet> |
SocialActivitySetPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ?. |
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ?. |
List<SocialActivitySetting> |
SocialActivitySettingPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
Returns an ordered range of all the social activity settings where groupId = ?. |
static SocialActivity |
SocialActivityUtil.findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByM_C_C_First(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity |
SocialActivityUtil.findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity |
SocialActivityPersistence.findByM_C_C_Last(long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static SocialActivity[] |
SocialActivityUtil.findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialActivity[] |
SocialActivityPersistence.findByM_C_C_PrevAndNext(long activityId,
long mirrorActivityId,
long classNameId,
long classPK,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByM_C_C(long mirrorActivityId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByR_S_First(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByR_S_Last(long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByR_S_PrevAndNext(long requestId,
long receiverUserId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByR_S(long receiverUserId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ? and status = ?. |
static SocialActivity |
SocialActivityUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_First(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where receiverUserId = ?. |
static SocialActivity |
SocialActivityUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
SocialActivity |
SocialActivityPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where receiverUserId = ?. |
SocialRequest |
SocialRequestPersistence.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialRequest |
SocialRequestUtil.findByReceiverUserId_Last(long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where receiverUserId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByReceiverUserId_PrevAndNext(long activityId,
long receiverUserId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByReceiverUserId_PrevAndNext(long requestId,
long receiverUserId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where receiverUserId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where receiverUserId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByReceiverUserId(long receiverUserId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where receiverUserId = ?. |
static SocialRelation |
SocialRelationUtil.findByType_First(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.findByType_First(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where type = ?. |
static SocialRelation |
SocialRelationUtil.findByType_Last(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
SocialRelation |
SocialRelationPersistence.findByType_Last(int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByType_PrevAndNext(long relationId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByType_PrevAndNext(long relationId,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByType(int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByType(int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
static SocialActivitySet[] |
SocialActivitySetUtil.findByU_C_C_T_PrevAndNext(long activitySetId,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet[] |
SocialActivitySetPersistence.findByU_C_C_T_PrevAndNext(long activitySetId,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_First(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_C_C_T_S_Last(long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByU_C_C_T_S_PrevAndNext(long requestId,
long userId,
long classNameId,
long classPK,
int type,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_C_C_T_S(long userId,
long classNameId,
long classPK,
int type,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?. |
static List<SocialActivitySet> |
SocialActivitySetUtil.findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
SocialActivitySetPersistence.findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_First(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ? and status = ?. |
SocialRequest |
SocialRequestPersistence.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
static SocialRequest |
SocialRequestUtil.findByU_S_Last(long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ? and status = ?. |
SocialRequest[] |
SocialRequestPersistence.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
static SocialRequest[] |
SocialRequestUtil.findByU_S_PrevAndNext(long requestId,
long userId,
int status,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByU_S(long userId,
int status,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ? and status = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_T_First(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_T_First(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_T_Last(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_T_Last(long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU1_T_PrevAndNext(long relationId,
long userId1,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_T(long userId1,
int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_First(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_First(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByU1_U2_Last(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByU1_U2_Last(long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU1_U2_PrevAndNext(long relationId,
long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU1_U2_PrevAndNext(long relationId,
long userId1,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU1_U2(long userId1,
long userId2,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU1_U2(long userId1,
long userId2,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByU2_T_First(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU2_T_First(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation |
SocialRelationUtil.findByU2_T_Last(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation |
SocialRelationPersistence.findByU2_T_Last(long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ? and type = ?. |
static SocialRelation[] |
SocialRelationUtil.findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
SocialRelation[] |
SocialRelationPersistence.findByU2_T_PrevAndNext(long relationId,
long userId2,
int type,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId2 = ? and type = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByU2_T(long userId2,
int type,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId2 = ? and type = ?. |
static SocialActivity |
SocialActivityUtil.findByUserId_First(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.findByUserId_First(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the first social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByUserId_First(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByUserId_First(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_First(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where userId = ?. |
static SocialActivity |
SocialActivityUtil.findByUserId_Last(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
SocialActivity |
SocialActivityPersistence.findByUserId_Last(long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the last social activity in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByUserId_Last(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByUserId_Last(long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
static SocialActivitySet |
SocialActivitySetUtil.findByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?. |
SocialActivitySet |
SocialActivitySetPersistence.findByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?. |
SocialRequest |
SocialRequestPersistence.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialRequest |
SocialRequestUtil.findByUserId_Last(long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where userId = ?. |
static SocialActivity[] |
SocialActivityUtil.findByUserId_PrevAndNext(long activityId,
long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where userId = ?. |
SocialActivity[] |
SocialActivityPersistence.findByUserId_PrevAndNext(long activityId,
long userId,
OrderByComparator<SocialActivity> orderByComparator)
Returns the social activities before and after the current social activity in the ordered set where userId = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByUserId_PrevAndNext(long activityLimitId,
long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByUserId_PrevAndNext(long activityLimitId,
long userId,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?. |
static SocialActivitySet[] |
SocialActivitySetUtil.findByUserId_PrevAndNext(long activitySetId,
long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?. |
SocialActivitySet[] |
SocialActivitySetPersistence.findByUserId_PrevAndNext(long activitySetId,
long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUserId_PrevAndNext(long requestId,
long userId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where userId = ?. |
static List<SocialActivity> |
SocialActivityUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where userId = ?. |
List<SocialActivity> |
SocialActivityPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
Returns an ordered range of all the social activities where userId = ?. |
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits where userId = ?. |
List<SocialActivityLimit> |
SocialActivityLimitPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
Returns an ordered range of all the social activity limits where userId = ?. |
static List<SocialActivitySet> |
SocialActivitySetUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ?. |
List<SocialActivitySet> |
SocialActivitySetPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where userId = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId1_First(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId1_First(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId1_Last(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId1_Last(long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId1 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUserId1_PrevAndNext(long relationId,
long userId1,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId1 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId1(long userId1,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId1 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId1(long userId1,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId1 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId2_First(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId2_First(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByUserId2_Last(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
SocialRelation |
SocialRelationPersistence.findByUserId2_Last(long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where userId2 = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUserId2_PrevAndNext(long relationId,
long userId2,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where userId2 = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUserId2(long userId2,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId2 = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUserId2(long userId2,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where userId2 = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUuid_C_PrevAndNext(long relationId,
String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUuid_C_PrevAndNext(long relationId,
String uuid,
long companyId,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_C_PrevAndNext(long requestId,
String uuid,
long companyId,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where uuid = ? and companyId = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where uuid = ? and companyId = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ? and companyId = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_First(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_First(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the first social relation in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_First(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the first social request in the ordered set where uuid = ?. |
static SocialRelation |
SocialRelationUtil.findByUuid_Last(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRelation |
SocialRelationPersistence.findByUuid_Last(String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the last social relation in the ordered set where uuid = ?. |
SocialRequest |
SocialRequestPersistence.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRequest |
SocialRequestUtil.findByUuid_Last(String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the last social request in the ordered set where uuid = ?. |
static SocialRelation[] |
SocialRelationUtil.findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ?. |
SocialRelation[] |
SocialRelationPersistence.findByUuid_PrevAndNext(long relationId,
String uuid,
OrderByComparator<SocialRelation> orderByComparator)
Returns the social relations before and after the current social relation in the ordered set where uuid = ?. |
SocialRequest[] |
SocialRequestPersistence.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
static SocialRequest[] |
SocialRequestUtil.findByUuid_PrevAndNext(long requestId,
String uuid,
OrderByComparator<SocialRequest> orderByComparator)
Returns the social requests before and after the current social request in the ordered set where uuid = ?. |
static List<SocialRelation> |
SocialRelationUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where uuid = ?. |
List<SocialRelation> |
SocialRelationPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
Returns an ordered range of all the social relations where uuid = ?. |
List<SocialRequest> |
SocialRequestPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
static List<SocialRequest> |
SocialRequestUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
Returns an ordered range of all the social requests where uuid = ?. |
static List<SocialActivity> |
SocialActivityUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivity> orderByComparator)
|
static List<SocialActivityAchievement> |
SocialActivityAchievementUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivityAchievement> orderByComparator)
|
static List<SocialActivityCounter> |
SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
|
static List<SocialActivityLimit> |
SocialActivityLimitUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivityLimit> orderByComparator)
|
static List<SocialActivitySet> |
SocialActivitySetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
|
static List<SocialActivitySetting> |
SocialActivitySettingUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivitySetting> orderByComparator)
|
static List<SocialRelation> |
SocialRelationUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialRelation> orderByComparator)
|
static List<SocialRequest> |
SocialRequestUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialRequest> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.social.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.social.util.comparator | |
|---|---|
class |
SocialActivitySetModifiedDateComparator
|
| Uses of OrderByComparator in com.liferay.portlet.softwarecatalog.service |
|---|
| Methods in com.liferay.portlet.softwarecatalog.service with parameters of type OrderByComparator | ||
|---|---|---|
|
SCProductVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCProductScreenshotLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SCProductVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCProductEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SCLicenseLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SCProductEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCProductVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SCProductScreenshotLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCLicenseLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCFrameworkVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
SCFrameworkVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCLicenseLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCFrameworkVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCProductScreenshotLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
SCProductEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getProductEntries(long groupId,
int start,
int end,
OrderByComparator<SCProductEntry> obc)
|
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getProductEntries(long groupId,
int start,
int end,
OrderByComparator<SCProductEntry> obc)
|
|
List<SCProductEntry> |
SCProductEntryLocalService.getProductEntries(long groupId,
int start,
int end,
OrderByComparator<SCProductEntry> obc)
|
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<SCProductEntry> obc)
|
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<SCProductEntry> obc)
|
|
List<SCProductEntry> |
SCProductEntryLocalService.getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator<SCProductEntry> obc)
|
|
List<SCProductVersion> |
SCProductVersionLocalService.getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
|
|
static List<SCProductVersion> |
SCProductVersionLocalServiceUtil.getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
|
|
List<SCProductVersion> |
SCProductVersionLocalServiceWrapper.getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
|
|
List<SCProductEntry> |
SCProductEntryLocalServiceWrapper.getSCLicenseSCProductEntries(long licenseId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
|
|
static List<SCProductEntry> |
SCProductEntryLocalServiceUtil.getSCLicenseSCProductEntries(long licenseId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
|
|
List<SCProductEntry> |
SCProductEntryLocalService.getSCLicenseSCProductEntries(long licenseId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
|
|
static List<SCLicense> |
SCLicenseLocalServiceUtil.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
|
|
List<SCLicense> |
SCLicenseLocalService.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
|
|
List<SCLicense> |
SCLicenseLocalServiceWrapper.getSCProductEntrySCLicenses(long productEntryId,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
|
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalService.getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
|
|
static List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceUtil.getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
|
|
List<SCFrameworkVersion> |
SCFrameworkVersionLocalServiceWrapper.getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
|
|
| Uses of OrderByComparator in com.liferay.portlet.softwarecatalog.service.persistence |
|---|
| Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type OrderByComparator | |
|---|---|
static SCLicense |
SCLicenseUtil.fetchByA_R_First(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.fetchByA_R_First(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.fetchByA_R_Last(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.fetchByA_R_Last(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.fetchByActive_First(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.fetchByActive_First(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
static SCLicense |
SCLicenseUtil.fetchByActive_Last(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.fetchByActive_Last(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByG_A_First(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByG_A_First(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByG_A_Last(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByG_A_Last(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByG_U_First(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
static SCProductEntry |
SCProductEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion |
SCProductVersionUtil.fetchByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.fetchByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion |
SCProductVersionUtil.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.fetchByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
static SCLicense[] |
SCLicenseUtil.filterFindByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?. |
SCLicense[] |
SCLicensePersistence.filterFindByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ? and recommended = ?. |
static SCLicense[] |
SCLicenseUtil.filterFindByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?. |
SCLicense[] |
SCLicensePersistence.filterFindByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set of s c licenses that the user has permission to view where active = ?. |
static List<SCLicense> |
SCLicenseUtil.filterFindByActive(boolean active,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?. |
List<SCLicense> |
SCLicensePersistence.filterFindByActive(boolean active,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses that the user has permissions to view where active = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.filterFindByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ? and active = ?. |
SCProductEntry[] |
SCProductEntryPersistence.filterFindByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.filterFindByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ? and userId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.filterFindByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set of s c framework versions that the user has permission to view where groupId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.filterFindByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.filterFindByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set of s c product entries that the user has permission to view where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions that the user has permissions to view where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries that the user has permissions to view where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findAll(int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findAll(int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions. |
static List<SCLicense> |
SCLicenseUtil.findAll(int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses. |
List<SCLicense> |
SCLicensePersistence.findAll(int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses. |
List<SCProductEntry> |
SCProductEntryPersistence.findAll(int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries. |
static List<SCProductEntry> |
SCProductEntryUtil.findAll(int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findAll(int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findAll(int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots. |
static List<SCProductVersion> |
SCProductVersionUtil.findAll(int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
Returns an ordered range of all the s c product versions. |
List<SCProductVersion> |
SCProductVersionPersistence.findAll(int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
Returns an ordered range of all the s c product versions. |
static SCLicense |
SCLicenseUtil.findByA_R_First(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.findByA_R_First(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.findByA_R_Last(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
SCLicense |
SCLicensePersistence.findByA_R_Last(boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ? and recommended = ?. |
static SCLicense[] |
SCLicenseUtil.findByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?. |
SCLicense[] |
SCLicensePersistence.findByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?. |
static List<SCLicense> |
SCLicenseUtil.findByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses where active = ? and recommended = ?. |
List<SCLicense> |
SCLicensePersistence.findByA_R(boolean active,
boolean recommended,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses where active = ? and recommended = ?. |
static SCLicense |
SCLicenseUtil.findByActive_First(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.findByActive_First(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the first s c license in the ordered set where active = ?. |
static SCLicense |
SCLicenseUtil.findByActive_Last(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
SCLicense |
SCLicensePersistence.findByActive_Last(boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the last s c license in the ordered set where active = ?. |
static SCLicense[] |
SCLicenseUtil.findByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ?. |
SCLicense[] |
SCLicensePersistence.findByActive_PrevAndNext(long licenseId,
boolean active,
OrderByComparator<SCLicense> orderByComparator)
Returns the s c licenses before and after the current s c license in the ordered set where active = ?. |
static List<SCLicense> |
SCLicenseUtil.findByActive(boolean active,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses where active = ?. |
List<SCLicense> |
SCLicensePersistence.findByActive(boolean active,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses where active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByCompanyId_First(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where companyId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where companyId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where companyId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where companyId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions where companyId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions where companyId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries where companyId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries where companyId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByG_A_First(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByG_A_First(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByG_A_Last(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByG_A_Last(long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ? and active = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ? and active = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ? and active = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ? and active = ?. |
SCProductEntry |
SCProductEntryPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ? and userId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ? and userId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ? and userId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByGroupId_First(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByGroupId_First(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the first s c framework version in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the first s c product entry in the ordered set where groupId = ?. |
SCFrameworkVersion |
SCFrameworkVersionPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion |
SCFrameworkVersionUtil.findByGroupId_Last(long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the last s c framework version in the ordered set where groupId = ?. |
SCProductEntry |
SCProductEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
static SCProductEntry |
SCProductEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the last s c product entry in the ordered set where groupId = ?. |
SCFrameworkVersion[] |
SCFrameworkVersionPersistence.findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?. |
static SCFrameworkVersion[] |
SCFrameworkVersionUtil.findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns the s c framework versions before and after the current s c framework version in the ordered set where groupId = ?. |
SCProductEntry[] |
SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?. |
static SCProductEntry[] |
SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator<SCProductEntry> orderByComparator)
Returns the s c product entries before and after the current s c product entry in the ordered set where groupId = ?. |
List<SCFrameworkVersion> |
SCFrameworkVersionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions where groupId = ?. |
List<SCProductEntry> |
SCProductEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ?. |
static List<SCProductEntry> |
SCProductEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries where groupId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the first s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion |
SCProductVersionUtil.findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.findByProductEntryId_First(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the first s c product version in the ordered set where productEntryId = ?. |
SCProductScreenshot |
SCProductScreenshotPersistence.findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot |
SCProductScreenshotUtil.findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the last s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion |
SCProductVersionUtil.findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
SCProductVersion |
SCProductVersionPersistence.findByProductEntryId_Last(long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the last s c product version in the ordered set where productEntryId = ?. |
SCProductScreenshot[] |
SCProductScreenshotPersistence.findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductScreenshot[] |
SCProductScreenshotUtil.findByProductEntryId_PrevAndNext(long productScreenshotId,
long productEntryId,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns the s c product screenshots before and after the current s c product screenshot in the ordered set where productEntryId = ?. |
static SCProductVersion[] |
SCProductVersionUtil.findByProductEntryId_PrevAndNext(long productVersionId,
long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?. |
SCProductVersion[] |
SCProductVersionPersistence.findByProductEntryId_PrevAndNext(long productVersionId,
long productEntryId,
OrderByComparator<SCProductVersion> orderByComparator)
Returns the s c product versions before and after the current s c product version in the ordered set where productEntryId = ?. |
List<SCProductScreenshot> |
SCProductScreenshotPersistence.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots where productEntryId = ?. |
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
Returns an ordered range of all the s c product screenshots where productEntryId = ?. |
static List<SCProductVersion> |
SCProductVersionUtil.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
Returns an ordered range of all the s c product versions where productEntryId = ?. |
List<SCProductVersion> |
SCProductVersionPersistence.findByProductEntryId(long productEntryId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
Returns an ordered range of all the s c product versions where productEntryId = ?. |
static List<SCFrameworkVersion> |
SCFrameworkVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
|
static List<SCLicense> |
SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
|
static List<SCProductEntry> |
SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
|
static List<SCProductScreenshot> |
SCProductScreenshotUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SCProductScreenshot> orderByComparator)
|
static List<SCProductVersion> |
SCProductVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
|
static List<SCFrameworkVersion> |
SCProductVersionUtil.getSCFrameworkVersions(long pk,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions associated with the s c product version. |
List<SCFrameworkVersion> |
SCProductVersionPersistence.getSCFrameworkVersions(long pk,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
Returns an ordered range of all the s c framework versions associated with the s c product version. |
List<SCLicense> |
SCProductEntryPersistence.getSCLicenses(long pk,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses associated with the s c product entry. |
static List<SCLicense> |
SCProductEntryUtil.getSCLicenses(long pk,
int start,
int end,
OrderByComparator<SCLicense> orderByComparator)
Returns an ordered range of all the s c licenses associated with the s c product entry. |
static List<SCProductEntry> |
SCLicenseUtil.getSCProductEntries(long pk,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries associated with the s c license. |
List<SCProductEntry> |
SCLicensePersistence.getSCProductEntries(long pk,
int start,
int end,
OrderByComparator<SCProductEntry> orderByComparator)
Returns an ordered range of all the s c product entries associated with the s c license. |
List<SCProductVersion> |
SCFrameworkVersionPersistence.getSCProductVersions(long pk,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
Returns an ordered range of all the s c product versions associated with the s c framework version. |
static List<SCProductVersion> |
SCFrameworkVersionUtil.getSCProductVersions(long pk,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
Returns an ordered range of all the s c product versions associated with the s c framework version. |
| Uses of OrderByComparator in com.liferay.portlet.softwarecatalog.util.comparator |
|---|
| Uses of OrderByComparator in com.liferay.portlet.trash.service |
|---|
| Methods in com.liferay.portlet.trash.service with parameters of type OrderByComparator | ||
|---|---|---|
|
TrashVersionLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
TrashVersionLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
TrashEntryLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
TrashVersionLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
TrashEntryLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
TrashEntryLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
TrashEntryList |
TrashEntryService.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
|
static TrashEntryList |
TrashEntryServiceUtil.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
|
List<TrashEntry> |
TrashEntryLocalServiceWrapper.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
|
TrashEntryList |
TrashEntryServiceWrapper.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
|
static List<TrashEntry> |
TrashEntryLocalServiceUtil.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
|
List<TrashEntry> |
TrashEntryLocalService.getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Returns a range of all the trash entries matching the group ID. |
|
| Uses of OrderByComparator in com.liferay.portlet.trash.service.persistence |
|---|
| Methods in com.liferay.portlet.trash.service.persistence with parameters of type OrderByComparator | |
|---|---|
TrashEntry |
TrashEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.fetchByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.fetchByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.fetchByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
TrashEntry |
TrashEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
static TrashEntry |
TrashEntryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findAll(int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries. |
static List<TrashEntry> |
TrashEntryUtil.findAll(int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries. |
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Returns an ordered range of all the trash versions. |
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Returns an ordered range of all the trash versions. |
TrashEntry |
TrashEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
static TrashEntry |
TrashEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where companyId = ?. |
TrashEntry |
TrashEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
static TrashEntry |
TrashEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where companyId = ?. |
TrashEntry[] |
TrashEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?. |
static TrashEntry[] |
TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where companyId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where companyId = ?. |
static TrashVersion |
TrashVersionUtil.findByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?. |
TrashVersion |
TrashVersionPersistence.findByE_C_First(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ? and classNameId = ?. |
static TrashVersion |
TrashVersionUtil.findByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?. |
TrashVersion |
TrashVersionPersistence.findByE_C_Last(long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ? and classNameId = ?. |
static TrashVersion[] |
TrashVersionUtil.findByE_C_PrevAndNext(long versionId,
long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?. |
TrashVersion[] |
TrashVersionPersistence.findByE_C_PrevAndNext(long versionId,
long entryId,
long classNameId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByE_C(long entryId,
long classNameId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?. |
static TrashVersion |
TrashVersionUtil.findByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.findByEntryId_First(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.findByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.findByEntryId_Last(long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
static TrashVersion[] |
TrashVersionUtil.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?. |
TrashVersion[] |
TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator<TrashVersion> orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Returns an ordered range of all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
Returns an ordered range of all the trash versions where entryId = ?. |
TrashEntry |
TrashEntryPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?. |
static TrashEntry |
TrashEntryUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?. |
TrashEntry |
TrashEntryPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?. |
static TrashEntry |
TrashEntryUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?. |
TrashEntry[] |
TrashEntryPersistence.findByG_C_PrevAndNext(long entryId,
long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?. |
static TrashEntry[] |
TrashEntryUtil.findByG_C_PrevAndNext(long entryId,
long groupId,
long classNameId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where groupId = ? and classNameId = ?. |
TrashEntry |
TrashEntryPersistence.findByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.findByG_LtCD_First(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.findByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry |
TrashEntryUtil.findByG_LtCD_Last(long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ? and createDate < ?. |
TrashEntry[] |
TrashEntryPersistence.findByG_LtCD_PrevAndNext(long entryId,
long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?. |
static TrashEntry[] |
TrashEntryUtil.findByG_LtCD_PrevAndNext(long entryId,
long groupId,
Date createDate,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?. |
List<TrashEntry> |
TrashEntryPersistence.findByG_LtCD(long groupId,
Date createDate,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where groupId = ? and createDate < ?. |
static List<TrashEntry> |
TrashEntryUtil.findByG_LtCD(long groupId,
Date createDate,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where groupId = ? and createDate < ?. |
TrashEntry |
TrashEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
static TrashEntry |
TrashEntryUtil.findByGroupId_First(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the first trash entry in the ordered set where groupId = ?. |
TrashEntry |
TrashEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
static TrashEntry |
TrashEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the last trash entry in the ordered set where groupId = ?. |
TrashEntry[] |
TrashEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?. |
static TrashEntry[] |
TrashEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<TrashEntry> orderByComparator)
Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?. |
List<TrashEntry> |
TrashEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where groupId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
Returns an ordered range of all the trash entries where groupId = ?. |
static List<TrashEntry> |
TrashEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<TrashEntry> orderByComparator)
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<TrashVersion> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.trash.util |
|---|
| Methods in com.liferay.portlet.trash.util that return OrderByComparator | |
|---|---|
OrderByComparator<TrashEntry> |
Trash.getEntryOrderByComparator(String orderByCol,
String orderByType)
|
static OrderByComparator<TrashEntry> |
TrashUtil.getEntryOrderByComparator(String orderByCol,
String orderByType)
|
| Uses of OrderByComparator in com.liferay.portlet.trash.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.trash.util.comparator | |
|---|---|
class |
EntryCreateDateComparator
|
class |
EntryTypeComparator
|
class |
EntryUserNameComparator
|
| Uses of OrderByComparator in com.liferay.portlet.usersadmin.util |
|---|
| Uses of OrderByComparator in com.liferay.portlet.wiki.service |
|---|
| Methods in com.liferay.portlet.wiki.service with parameters of type OrderByComparator | ||
|---|---|---|
|
WikiPageResourceLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
WikiNodeLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WikiNodeLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WikiPageLocalServiceWrapper.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WikiPageResourceLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
WikiPageLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WikiPageLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static
|
WikiPageResourceLocalServiceUtil.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
|
WikiNodeLocalService.dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
static List<WikiPage> |
WikiPageServiceUtil.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageService.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageServiceWrapper.getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
List<WikiPage> |
WikiPageLocalService.getPages(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> obc)
|
|
static List<WikiNode> |
WikiNodeLocalServiceUtil.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
|
List<WikiNode> |
WikiNodeLocalServiceWrapper.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
|
List<WikiNode> |
WikiNodeLocalService.getWikiNodesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns a range of wiki nodes matching the UUID and company. |
|
List<WikiPage> |
WikiPageLocalServiceWrapper.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
|
static List<WikiPage> |
WikiPageLocalServiceUtil.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
|
List<WikiPage> |
WikiPageLocalService.getWikiPagesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns a range of wiki pages matching the UUID and company. |
|
| Uses of OrderByComparator in com.liferay.portlet.wiki.service.persistence |
|---|
| Methods in com.liferay.portlet.wiki.service.persistence with parameters of type OrderByComparator | |
|---|---|
static WikiNode |
WikiNodeUtil.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiPage |
WikiPageUtil.fetchByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.fetchByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.fetchByFormat_Last(String format,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiPage |
WikiPageUtil.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.fetchByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.fetchByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.fetchByUuid_First(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.fetchByUuid_First(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the last wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the last wiki page resource 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> 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 = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> 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 List<WikiNode> |
WikiNodeUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set of wiki pages that the user has permission to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.filterFindByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.filterFindByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages that the user has permissions to view where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
WikiNode[] |
WikiNodePersistence.filterFindByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set of wiki nodes that the user has permission to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes that the user has permissions to view where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
List<WikiNode> |
WikiNodePersistence.findAll(int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes. |
static List<WikiPage> |
WikiPageUtil.findAll(int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages. |
List<WikiPage> |
WikiPagePersistence.findAll(int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages. |
static List<WikiPageResource> |
WikiPageResourceUtil.findAll(int start,
int end,
OrderByComparator<WikiPageResource> orderByComparator)
Returns an ordered range of all the wiki page resources. |
List<WikiPageResource> |
WikiPageResourcePersistence.findAll(int start,
int end,
OrderByComparator<WikiPageResource> orderByComparator)
Returns an ordered range of all the wiki page resources. |
static WikiNode |
WikiNodeUtil.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_First(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByC_S_PrevAndNext(long nodeId,
long companyId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_First(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where companyId = ?. |
static WikiNode |
WikiNodeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
WikiNode |
WikiNodePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByCompanyId_PrevAndNext(long nodeId,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where companyId = ?. |
static WikiPage |
WikiPageUtil.findByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_First(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where format = ?. |
static WikiPage |
WikiPageUtil.findByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
WikiPage |
WikiPagePersistence.findByFormat_Last(String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where format = ?. |
static WikiPage[] |
WikiPageUtil.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where format = ?. |
WikiPage[] |
WikiPagePersistence.findByFormat_PrevAndNext(long pageId,
String format,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where format = ?. |
List<WikiPage> |
WikiPagePersistence.findByFormat(String format,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_First(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_Last(long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_First(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_P_S_Last(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_P_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_P_S(long groupId,
long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_First(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_H_S_Last(long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_H_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H_S(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_H(long groupId,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_First(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_N_S_Last(long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_S_PrevAndNext(long pageId,
long groupId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_S(long groupId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_First(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByG_N_T_H_Last(long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByG_N_T_H_PrevAndNext(long pageId,
long groupId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_N_T_H(long groupId,
long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and nodeId = ? and title = ? and head = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode |
WikiNodePersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ? and status = ?. |
static WikiNode[] |
WikiNodeUtil.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
WikiNode[] |
WikiNodePersistence.findByG_S_PrevAndNext(long nodeId,
long groupId,
int status,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ? and status = ?. |
static List<WikiNode> |
WikiNodeUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ? and status = ?. |
List<WikiNode> |
WikiNodePersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_First(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByG_U_N_S_Last(long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where groupId = ? and userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByG_U_N_S_PrevAndNext(long pageId,
long groupId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByG_U_N_S(long groupId,
long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where groupId = ? and userId = ? and nodeId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_First(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where groupId = ?. |
static WikiNode |
WikiNodeUtil.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
WikiNode |
WikiNodePersistence.findByGroupId_Last(long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where groupId = ?. |
static WikiNode[] |
WikiNodeUtil.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
WikiNode[] |
WikiNodePersistence.findByGroupId_PrevAndNext(long nodeId,
long groupId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where groupId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
List<WikiNode> |
WikiNodePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where groupId = ?. |
static WikiPage |
WikiPageUtil.findByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_First(long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_H_Last(long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_NotS_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_NotS_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_NotS(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_First(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_Last(long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_NotS_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_NotS_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_NotS(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_First(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_P_S_Last(long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_P_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String parentTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P_S(long nodeId,
boolean head,
String parentTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_P(long nodeId,
boolean head,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_First(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_Last(long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_NotS_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_NotS_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_NotS_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status ≠ ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_NotS(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_S_First(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_R_S_Last(long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_R_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
String redirectTitle,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R_S(long nodeId,
boolean head,
String redirectTitle,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_R(long nodeId,
boolean head,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_First(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_H_S_Last(long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and head = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_H_S_PrevAndNext(long pageId,
long nodeId,
boolean head,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H_S(long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_H(long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_First(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_P_Last(long nodeId,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and parentTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_P_PrevAndNext(long pageId,
long nodeId,
String parentTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and parentTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_P(long nodeId,
String parentTitle,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_First(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage |
WikiPagePersistence.findByN_R_Last(long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and redirectTitle = ?. |
WikiPage[] |
WikiPagePersistence.findByN_R_PrevAndNext(long pageId,
long nodeId,
String redirectTitle,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and redirectTitle = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_R(long nodeId,
String redirectTitle,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_First(long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_S_Last(long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_S_PrevAndNext(long pageId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_S(long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_First(long nodeId,
String title,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_First(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByN_T_H_Last(long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_H_PrevAndNext(long pageId,
long nodeId,
String title,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_H(long nodeId,
String title,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage |
WikiPagePersistence.findByN_T_Last(long nodeId,
String title,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_PrevAndNext(long pageId,
long nodeId,
String title,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_First(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByN_T_S_Last(long nodeId,
String title,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ? and title = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByN_T_S_PrevAndNext(long pageId,
long nodeId,
String title,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T_S(long nodeId,
String title,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
List<WikiPage> |
WikiPagePersistence.findByN_T(long nodeId,
String title,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ? and title = ?. |
static WikiPage |
WikiPageUtil.findByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_First(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
WikiPage |
WikiPagePersistence.findByNodeId_Last(long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where nodeId = ?. |
static WikiPage[] |
WikiPageUtil.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByNodeId_PrevAndNext(long pageId,
long nodeId,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByNodeId(long nodeId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where nodeId = ?. |
static WikiPage |
WikiPageUtil.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_First(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_First(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage |
WikiPagePersistence.findByR_N_H_Last(long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and head = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_H_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
boolean head,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and head = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_H(long resourcePrimKey,
long nodeId,
boolean head,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage |
WikiPagePersistence.findByR_N_Last(long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_First(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_N_S_Last(long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByR_N_S_PrevAndNext(long pageId,
long resourcePrimKey,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N_S(long resourcePrimKey,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and nodeId = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_N(long resourcePrimKey,
long nodeId,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_S_First(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByR_S_Last(long resourcePrimKey,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByR_S_PrevAndNext(long pageId,
long resourcePrimKey,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByR_S(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ? and status = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage |
WikiPageUtil.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage |
WikiPagePersistence.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where resourcePrimKey = ?. |
static WikiPage[] |
WikiPageUtil.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where resourcePrimKey = ?. |
WikiPage[] |
WikiPagePersistence.findByResourcePrimKey_PrevAndNext(long pageId,
long resourcePrimKey,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where resourcePrimKey = ?. |
List<WikiPage> |
WikiPagePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_First(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage |
WikiPagePersistence.findByU_N_S_Last(long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where userId = ? and nodeId = ? and status = ?. |
WikiPage[] |
WikiPagePersistence.findByU_N_S_PrevAndNext(long pageId,
long userId,
long nodeId,
int status,
OrderByComparator<WikiPage> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
List<WikiPage> |
WikiPagePersistence.findByU_N_S(long userId,
long nodeId,
int status,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where userId = ? and nodeId = ? and status = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode |
WikiNodePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage |
WikiPagePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ? and companyId = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ? and companyId = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_C_PrevAndNext(long nodeId,
String uuid,
long companyId,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_C_PrevAndNext(long pageId,
String uuid,
long companyId,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ? and companyId = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ? and companyId = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ? and companyId = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_First(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the first wiki node in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.findByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_First(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the first wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.findByUuid_First(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.findByUuid_First(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the first wiki page resource in the ordered set where uuid = ?. |
static WikiNode |
WikiNodeUtil.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
WikiNode |
WikiNodePersistence.findByUuid_Last(String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the last wiki node in the ordered set where uuid = ?. |
static WikiPage |
WikiPageUtil.findByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
WikiPage |
WikiPagePersistence.findByUuid_Last(String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the last wiki page in the ordered set where uuid = ?. |
static WikiPageResource |
WikiPageResourceUtil.findByUuid_Last(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the last wiki page resource in the ordered set where uuid = ?. |
WikiPageResource |
WikiPageResourcePersistence.findByUuid_Last(String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the last wiki page resource in the ordered set where uuid = ?. |
static WikiNode[] |
WikiNodeUtil.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> orderByComparator)
Returns the wiki nodes before and after the current wiki node in the ordered set where uuid = ?. |
WikiNode[] |
WikiNodePersistence.findByUuid_PrevAndNext(long nodeId,
String uuid,
OrderByComparator<WikiNode> 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<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
WikiPage[] |
WikiPagePersistence.findByUuid_PrevAndNext(long pageId,
String uuid,
OrderByComparator<WikiPage> orderByComparator)
Returns the wiki pages before and after the current wiki page in the ordered set where uuid = ?. |
static WikiPageResource[] |
WikiPageResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?. |
WikiPageResource[] |
WikiPageResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator<WikiPageResource> orderByComparator)
Returns the wiki page resources before and after the current wiki page resource in the ordered set where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
List<WikiNode> |
WikiNodePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
Returns an ordered range of all the wiki nodes where uuid = ?. |
static List<WikiPage> |
WikiPageUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
List<WikiPage> |
WikiPagePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
Returns an ordered range of all the wiki pages where uuid = ?. |
static List<WikiPageResource> |
WikiPageResourceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPageResource> orderByComparator)
Returns an ordered range of all the wiki page resources where uuid = ?. |
List<WikiPageResource> |
WikiPageResourcePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<WikiPageResource> orderByComparator)
Returns an ordered range of all the wiki page resources where uuid = ?. |
static List<WikiNode> |
WikiNodeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WikiNode> orderByComparator)
|
static List<WikiPage> |
WikiPageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WikiPage> orderByComparator)
|
static List<WikiPageResource> |
WikiPageResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WikiPageResource> orderByComparator)
|
| Uses of OrderByComparator in com.liferay.portlet.wiki.util.comparator |
|---|
| Subclasses of OrderByComparator in com.liferay.portlet.wiki.util.comparator | |
|---|---|
class |
PageCreateDateComparator
|
class |
PageTitleComparator
|
class |
PageVersionComparator
|
| Uses of OrderByComparator in com.liferay.util.dao.orm |
|---|
| Methods in com.liferay.util.dao.orm with parameters of type OrderByComparator | |
|---|---|
String |
CustomSQL.replaceOrderBy(String sql,
OrderByComparator<?> obc)
|
static String |
CustomSQLUtil.replaceOrderBy(String sql,
OrderByComparator<?> obc)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||