public class CriteriaListEditableWindow
extends fr.toutatice.portail.cms.nuxeo.api.domain.EditableWindow
| Modifier and Type | Field and Description |
|---|---|
static String |
CRITERIA_LIST_SCHEMA |
protected static String |
CRITERIA_SEPARATOR |
protected static String |
CRITERION_EQUAL |
protected static String |
CRITERION_LIST_SEPARATOR |
protected static String |
QUOTE |
| Constructor and Description |
|---|
CriteriaListEditableWindow(String instancePortlet,
String prefixWindow) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
fillDisplayProperties(org.nuxeo.ecm.automation.client.model.PropertyMap schema,
Map<String,String> properties) |
Map<String,String> |
fillProps(org.nuxeo.ecm.automation.client.model.Document doc,
org.nuxeo.ecm.automation.client.model.PropertyMap fragment,
Boolean modeEditionPage) |
protected StringBuffer |
generateQuotedList(StringBuffer criterion,
org.nuxeo.ecm.automation.client.model.PropertyList properties) |
protected Object |
getDocTypes(org.nuxeo.ecm.automation.client.model.PropertyMap requestCriteria) |
protected String |
getDocTypesCriterion(StringBuffer docTypesCriterion,
Object docTypes) |
protected String |
getKeyWordsCriterion(StringBuffer keyWordsCriterion,
org.nuxeo.ecm.automation.client.model.PropertyList keyWords,
boolean firstCriterion) |
protected org.nuxeo.ecm.automation.client.model.PropertyMap |
getListSchema(org.nuxeo.ecm.automation.client.model.Document doc,
org.nuxeo.ecm.automation.client.model.PropertyMap fragment) |
protected String |
getOrderCriterion(StringBuffer orderCriterion,
String order) |
protected String |
getSearchAreaCriterion(StringBuffer searchAreaCriterion,
String searchArea,
String currentDocId,
String currentSpaceId,
boolean firstCriterion) |
List<String> |
prepareDelete(org.nuxeo.ecm.automation.client.model.Document doc,
String refURI) |
public static final String CRITERIA_LIST_SCHEMA
protected static final String CRITERIA_SEPARATOR
protected static final String CRITERION_LIST_SEPARATOR
protected static final String CRITERION_EQUAL
protected static final String QUOTE
public Map<String,String> fillProps(org.nuxeo.ecm.automation.client.model.Document doc, org.nuxeo.ecm.automation.client.model.PropertyMap fragment, Boolean modeEditionPage)
fillProps in class fr.toutatice.portail.cms.nuxeo.api.domain.EditableWindowprotected org.nuxeo.ecm.automation.client.model.PropertyMap getListSchema(org.nuxeo.ecm.automation.client.model.Document doc,
org.nuxeo.ecm.automation.client.model.PropertyMap fragment)
doc - fragment - protected Map<String,String> fillDisplayProperties(org.nuxeo.ecm.automation.client.model.PropertyMap schema, Map<String,String> properties)
protected Object getDocTypes(org.nuxeo.ecm.automation.client.model.PropertyMap requestCriteria)
requestCriteria - protected String getDocTypesCriterion(StringBuffer docTypesCriterion, Object docTypes)
docTypesCriterion - docTypes - protected String getKeyWordsCriterion(StringBuffer keyWordsCriterion, org.nuxeo.ecm.automation.client.model.PropertyList keyWords, boolean firstCriterion)
keyWordsCriterion - keyWords - firstCriterion - protected String getSearchAreaCriterion(StringBuffer searchAreaCriterion, String searchArea, String currentDocId, String currentSpaceId, boolean firstCriterion)
searchAreaCriterion - searchArea - currentDocId - currentSpaceId - firstCriterion - protected String getOrderCriterion(StringBuffer orderCriterion, String order)
orderCriterion - order - protected StringBuffer generateQuotedList(StringBuffer criterion, org.nuxeo.ecm.automation.client.model.PropertyList properties)
Copyright © 2023 OSIVIA. All rights reserved.