Modifier and Type | Method and Description |
---|---|
int |
PairComparator.compare(Pair<Left,Right> o1,
Pair<Left,Right> o2) |
int |
PairComparator.compare(Pair<Left,Right> o1,
Pair<Left,Right> o2) |
Modifier and Type | Method and Description |
---|---|
List<Pair<ActivityDefinition,ActivityConfiguration>> |
ActivityService.getActivities(Locale locale)
Return pairs of associated activity definitions and configurations.
|
List<Pair<ActivityDefinition,Boolean>> |
ActivityService.getActivitySettingsForTopic(Long topicId)
Return a list of activities that can be configured per topic.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<ActivityDefinition,ActivityConfiguration>> |
ActivityServiceImpl.getActivities(Locale locale) |
List<Pair<ActivityDefinition,Boolean>> |
ActivityServiceImpl.getActivitySettingsForTopic(Long topicId) |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
BookmarkletToolsPageSection.getActionLinks(Locale locale,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
LdapUtils.splitAfterFirstRdn(String dn)
Strips the first RDN from a DN and returns a pair where the left element is the stripped of
RDN and the right element holds the rest.
|
Modifier and Type | Method and Description |
---|---|
ExternalObjectListItem |
ExternalObjectToExternalObjectListItemConverter.convert(Pair<Blog,ExternalObject> source) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ExternalObjectManagementImpl.getExternalObject(Long topicId,
Long externalObjectId,
Converter<Pair<Blog,ExternalObject>,T> converter) |
<T> T |
ExternalObjectManagement.getExternalObject(Long topicId,
Long externalObjectId,
Converter<Pair<Blog,ExternalObject>,T> converter)
Get an external object which is identified by the given ID and is assigned to the given
topic.
|
Modifier and Type | Method and Description |
---|---|
Pair<List<Tag>,List<String>> |
TagParser.findOrCreateTags(String unparsedTags)
Parses the tags and gets them from the database, and creates them if necassary.
|
Pair<List<Tag>,List<String>> |
AbstractTagParser.findOrCreateTags(String unparsedTags)
Parses the tags and gets them from the database, and creates them if necassary.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<UserTaggingCoreQuery,TimelineQueryParameters> |
UserFilterApiController.createQueryInstance(javax.servlet.http.HttpServletRequest request)
Deprecated.
Get the query instance for the current request to be configured
|
protected Pair<RelatedRankTagQuery,TimelineQueryParameters> |
TagFilterApiController.createQueryInstance(javax.servlet.http.HttpServletRequest request)
Deprecated.
Get the query instance for the current request to be configured
|
protected Pair<NoteQuery,NoteQueryParameters> |
PostFilterApiController.createQueryInstance(javax.servlet.http.HttpServletRequest request)
Deprecated.
Get the query instance for the current request to be configured
|
protected Pair<UserTaggedBlogQuery,TimelineQueryParameters> |
BlogFilterApiController.createQueryInstance(javax.servlet.http.HttpServletRequest request)
Deprecated.
Get the query instance for the current request to be configured
|
protected abstract Pair<D,I> |
BaseFilterApiController.createQueryInstance(javax.servlet.http.HttpServletRequest request)
Deprecated.
Get the query instance for the current request to be configured
|
Modifier and Type | Method and Description |
---|---|
void |
ConcatenatedResourceStore.addCategory(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources)
Add a category with initial resources.
|
void |
ConcatenatedResourceStore.addCategoryWithPropertyResourceSupport(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources,
String propertyResourceFallback)
Like
ConcatenatedResourceStore.addCategory(String, String, List, List) but adds a category which supports the
definition of a resource as a PluginProperty. |
void |
ConcatenatedResourceStore.addToCategory(String identifier,
String categoryName,
List<Pair<String,String>> resources)
Add the resources of a plugin to a category.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcatenatedResourceStoreImpl.addCategory(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources) |
void |
ConcatenatedResourceStoreImpl.addCategoryWithPropertyResourceSupport(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources,
String propertyResourceFallback) |
void |
ConcatenatedResourceStoreImpl.addToCategory(String identifier,
String categoryName,
List<Pair<String,String>> resources) |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
EnhancedPageSection.getActionLinks(Locale locale,
javax.servlet.http.HttpServletRequest request)
A list of pairs were each entry represents an action link.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<RankTagQueryParameters,AbstractTagQuery<RankTagListItem>> |
TagCloudWidget.configureQueryInstance(long interval) |
Modifier and Type | Method and Description |
---|---|
protected List<Pair<String,Pair<Certificate,Validity>>> |
CertificateListWidget.processQueryList() |
protected List<Pair<String,Pair<Certificate,Validity>>> |
CertificateListWidget.processQueryList() |
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
WidgetFactoryUtils.getGroupAndWidgetNameFromClass(Class<? extends Widget> widgetClass)
Returns the same as
WidgetFactoryUtils.getGroupAndWidgetNameFromClass(Class, String) with startAfter
set to ".widgets.". |
static Pair<String,String> |
WidgetFactoryUtils.getGroupAndWidgetNameFromClass(Class<? extends Widget> widgetClass,
String startAfter)
Get the widget group and widget name from the full qualified class name of a widget class.
|
Copyright © 2019 Communote team. All rights reserved.