Modifier and Type | Method and Description |
---|---|
ColumnField |
PageParameters.getSortField() |
Modifier and Type | Method and Description |
---|---|
void |
PageParameters.setSortField(ColumnField sortField) |
Constructor and Description |
---|
PageParameters(int offset,
int limit,
ColumnField sortField,
boolean ascending,
String filter) |
Modifier and Type | Method and Description |
---|---|
ColumnField |
SearchQuery.Parameters.getSortField() |
Modifier and Type | Method and Description |
---|---|
void |
SearchQuery.Parameters.setSortField(ColumnField sortField) |
static void |
SearchResults.sort(ColumnField sortField,
LinkedList<SearchResult> results) |
Modifier and Type | Method and Description |
---|---|
List<PartData> |
SharedEntries.getEntries(ColumnField field,
boolean asc,
int start,
int limit,
String filter) |
List<PartData> |
VisibleEntries.getEntries(ColumnField field,
boolean asc,
int start,
int limit,
String filter) |
List<PartData> |
OwnerEntries.retrieveOwnerEntries(ColumnField sort,
boolean asc,
int start,
int limit,
String filter) |
Modifier and Type | Method and Description |
---|---|
FolderDetails |
FolderController.getPublicEntries(ColumnField sort,
int offset,
int limit,
boolean asc)
Retrieves entries that are made available publicly
|
Modifier and Type | Method and Description |
---|---|
protected Results<PartData> |
CollectionEntries.getAvailableEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves entries available to user.
|
Results<PartData> |
CollectionEntries.getEntries(ColumnField field,
boolean asc,
int offset,
int limit)
Retrieves list of entries without filter text
getEntries which this delegates to with
null filter value |
Results<PartData> |
CollectionEntries.getEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves parts (paged and sorted by the specified parameter values) based on the type of collection.
|
protected Results<PartData> |
CollectionEntries.getEntriesByVisibility(Visibility visibility,
ColumnField field,
boolean asc,
int offset,
int limit,
String user,
String filter)
Retrieves entries by the specified visibility.
|
protected Results<PartData> |
CollectionEntries.getPersonalEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves entries owned by user
|
protected Results<PartData> |
CollectionEntries.getSharedEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves entries shared with user.
|
Modifier and Type | Method and Description |
---|---|
static ColumnField |
ColumnField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnField[] |
ColumnField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected String |
EntryDAO.columnFieldToString(ColumnField field) |
List<Entry> |
EntryDAO.getByVisibility(String ownerEmail,
Visibility visibility,
ColumnField field,
boolean asc,
int start,
int limit,
String filter) |
List<Entry> |
EntryDAO.retrieveAllEntries(ColumnField sort,
boolean asc,
int start,
int limit,
String filter) |
List<Entry> |
EntryDAO.retrieveOwnerEntries(String ownerEmail,
ColumnField sort,
boolean asc,
int start,
int limit,
String filter)
Retrieves entries owned by account with specified email and with visibility of "pending" or "ok"
|
List<Entry> |
EntryDAO.retrieveUserEntries(Account requester,
String owner,
Set<Group> requesterGroups,
ColumnField sortField,
boolean asc,
int start,
int limit,
String filter)
Retrieves the entries for the specified owner, that the requester has read access to
|
List<Entry> |
EntryDAO.retrieveVisibleEntries(Account account,
Set<Group> groups,
ColumnField sortField,
boolean asc,
int start,
int count,
String filter)
Retrieve
Entries visible to everyone. |
List<Entry> |
EntryDAO.sharedWithUserEntries(Account requester,
Set<Group> accountGroups,
ColumnField sort,
boolean asc,
int start,
int limit,
String filter) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.search.Sort |
HibernateSearch.getSort(boolean asc,
ColumnField sortField) |
Copyright © 2017. All rights reserved.