| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSearchEngineController.changeSearchContext(Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkChartContext
Context used by network chart widget.
|
| Modifier and Type | Method and Description |
|---|---|
protected Context |
RefineByController.prepareContext(FacetConfig facetConfig,
String facetName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ColourFacetRenderer.applyBackgroundColor(org.zkoss.zul.Div check,
Context context,
String facetValueName) |
protected org.zkoss.zk.ui.Component |
ColourFacetRenderer.createSingleValue(FacetData facet,
FacetValueData facetValueData,
Boolean isChecked,
WidgetInstanceManager wim,
Context context) |
void |
FacetRenderer.renderFacet(org.zkoss.zk.ui.Component parent,
FacetData data,
boolean renderSelected,
WidgetInstanceManager wim,
Context context)
Render a single facet
|
void |
ColourFacetRenderer.renderFacet(org.zkoss.zk.ui.Component parent,
FacetData facet,
boolean selected,
WidgetInstanceManager wim,
Context context) |
void |
StandardFacetRenderer.renderFacet(org.zkoss.zk.ui.Component parent,
FacetData facet,
boolean selected,
WidgetInstanceManager wim,
Context context) |
protected boolean |
ColourFacetRenderer.shouldRenderColorName(Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContext
Default
Context implementation. |
| Modifier and Type | Method and Description |
|---|---|
Context |
DefaultContext.Builder.build() |
| Constructor and Description |
|---|
Builder(Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractStrategyRegistry.canHandle(S strategy,
T context,
Context additionalContext) |
protected Optional<S> |
AbstractStrategyRegistry.findDefaultStrategy(T context,
Context additionalContext) |
protected Stream<Optional<S>> |
AbstractStrategyRegistry.findOrderedStrategies(T context,
Context additionalContext)
Deprecated.
since 6.6, use #getOrderedStrategies(T, Context) instead
|
protected List<S> |
AbstractStrategyRegistry.findPreferredStrategies(T context,
Context additionalContext) |
protected Optional<S> |
AbstractStrategyRegistry.findPreferredStrategy(T context,
Context additionalContext)
Deprecated.
since 6.6, use #findPreferredStrategies(T, Context) instead
|
protected List<S> |
AbstractStrategyRegistry.getOrderedStrategies(T context,
Context additionalContext) |
S |
AbstractStrategyRegistry.getStrategy(T context,
Context additionalContext) |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
ObjectCRUDHandler.clone(T objectToClone,
Context ctx)
Clone an object by given object data.
|
<T> T |
ObjectCRUDHandler.create(String typeId,
Context ctx)
Creates a new object in the system using given object data.
|
default <T> ObjectFacadeOperationResult<T> |
ObjectCRUDHandler.delete(Collection<T> objects,
Context ctx)
Deletes many given objects from the system.
Default implementation calls ObjectCRUDHandler.delete(Object, Context) in a loop and does not publish
ObjectCRUDHandler.OBJECTS_DELETED_EVENT event. |
<T> void |
ObjectCRUDHandler.delete(T object,
Context ctx)
Deletes given object from the system.
|
<T> T |
ObjectCRUDHandler.load(String id,
Context ctx)
Gets an object instance by it's id.
|
default <T> ObjectFacadeOperationResult<T> |
ObjectCRUDHandler.reload(Collection<T> objects,
Context ctx)
Gets a fresh instance of the given collection of objects.
|
<T> T |
ObjectCRUDHandler.reload(T object,
Context ctx)
Gets a fresh instance of the given object.
|
default <T> ObjectFacadeOperationResult<T> |
ObjectCRUDHandler.save(Collection<T> objects,
Context ctx)
Persist objects by given collection data.
|
<T> T |
ObjectCRUDHandler.save(T object,
Context ctx)
Persist an object by given object data.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
PermissionAwareObjectFacade.clone(T objectToClone,
Context ctx) |
<T> T |
DefaultObjectFacade.clone(T objectToClone,
Context ctx) |
<T> T |
PermissionAwareObjectFacade.create(String typeId,
Context ctx) |
<T> T |
DefaultObjectFacade.create(String typeId,
Context ctx) |
<T> ObjectFacadeOperationResult<T> |
PermissionAwareObjectFacade.delete(Collection<T> objects,
Context ctx) |
<T> ObjectFacadeOperationResult<T> |
DefaultObjectFacade.delete(Collection<T> objects,
Context ctx) |
<T> void |
PermissionAwareObjectFacade.delete(T object,
Context ctx) |
<T> void |
DefaultObjectFacade.delete(T object,
Context ctx) |
protected <T> Set<String> |
PermissionAwareObjectFacade.getModifiedProperties(T objectToSave,
Context ctx)
Tries to identify modified properties.
|
protected boolean |
DefaultObjectFacade.isCockpitEventNotificationDisabledInCtx(Context ctx) |
<T> T |
PermissionAwareObjectFacade.load(String id,
Context ctx) |
<T> T |
DefaultObjectFacade.load(String id,
Context ctx) |
protected void |
DefaultObjectFacade.populateEventContext(Context source,
DefaultCockpitEvent destination)
Deprecated.
since 6.5
|
protected void |
DefaultObjectFacade.publishEvent(String eventName,
Object object,
Context ctx) |
<T> T |
DefaultObjectFacade.reload(T object,
Context ctx) |
<T> ObjectFacadeOperationResult<T> |
DefaultObjectFacade.save(Collection<T> objects,
Context ctx)
Persist objects by given collection data.
|
<T> T |
PermissionAwareObjectFacade.save(T objectToSave,
Context ctx) |
<T> T |
DefaultObjectFacade.save(T object,
Context ctx) |
protected <T> T |
DefaultObjectFacade.saveSingleObject(T object,
Context ctx) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
FieldSearchFacadeStrategy.canHandle(String typeCode,
Context context)
Returns true, if this strategy can handle given
typeCode, otherwise false. |
default boolean |
FieldSearchFacade.isSortable(DataType type,
String attributeQualifier,
Context context)
Informs if attributeQualifier of given type is sortable
|
default Pageable<T> |
FieldSearchFacade.search(SearchQueryData searchQueryData,
Context context)
Takes the search query data (type, attributes, sort, sort order, search text ) and returns a
Pageable object that allows paging the resulting objects. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FieldSearchFacadeStrategyRegistry.canHandle(FieldSearchFacadeStrategy<?> strategy,
String context,
Context additionalContext) |
protected List<FieldSearchFacadeStrategy<?>> |
FieldSearchFacadeStrategyRegistry.findPreferredStrategies(String context,
Context additionalContext) |
protected Optional<FieldSearchFacadeStrategy<?>> |
FieldSearchFacadeStrategyRegistry.findPreferredStrategy(String context,
Context additionalContext) |
boolean |
DefaultFieldSearchFacade.isSortable(DataType type,
String attributeQualifier,
Context context) |
Pageable<Object> |
DefaultFieldSearchFacade.search(SearchQueryData searchQueryData,
Context context) |
protected Pageable<Object> |
DefaultFieldSearchFacade.searchInternal(SearchQueryData searchQueryData,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
TypeFacade.load(String qualifier,
Context ctx)
Loads a
DataType for the given code, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DefaultTypeFacade.load(String qualifier,
Context ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitGlobalEventPublisher.publish(Object eventSource,
String eventName,
Object eventData,
Context eventContext) |
void |
CockpitGlobalEventPublisher.publish(String eventName,
Object eventData,
Context eventContext) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCockpitGlobalEventPublisher.isCockpitEventNotificationEnabled(Context ctx) |
protected void |
DefaultCockpitGlobalEventPublisher.populateEventContext(Context source,
CockpitEvent destination) |
void |
DefaultCockpitGlobalEventPublisher.publish(Object eventSource,
String eventName,
Object eventData,
Context eventContext) |
void |
DefaultCockpitGlobalEventPublisher.publish(String eventName,
Object eventData,
Context eventContext) |
| Modifier and Type | Method and Description |
|---|---|
Context |
FullTextSearchData.getContext() |
| Constructor and Description |
|---|
FullTextSearchData(Collection<FacetData> facets,
String autocorrection,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultEditorAreaController.populateEventContext(Context source,
DefaultCockpitEvent destination) |
| Modifier and Type | Method and Description |
|---|---|
default void |
WidgetComponentRenderer.render(PARENT parent,
CONFIG configuration,
DATA data,
DataType dataType,
WidgetInstanceManager widgetInstanceManager,
Context context)
|
Copyright © 2018. All rights reserved.