public class DataSet
extends com.haulmont.cuba.core.entity.BaseUuidEntity
implements com.haulmont.yarg.structure.ReportQuery
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATA_STORE_PARAM_NAME |
static java.lang.String |
ENTITY_PARAM_NAME |
static java.lang.String |
JSON_INPUT_PARAMETER |
static java.lang.String |
JSON_PATH_QUERY |
static java.lang.String |
JSON_SOURCE_TEXT |
static java.lang.String |
JSON_SOURCE_TYPE |
static java.lang.String |
LIST_ENTITIES_PARAM_NAME |
| Constructor and Description |
|---|
DataSet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalParams() |
BandDefinition |
getBandDefinition() |
java.lang.String |
getDataStore() |
java.lang.String |
getEntityParamName() |
java.lang.String |
getJsonPathQuery() |
ReportInputParameter |
getJsonSourceInputParameter() |
java.lang.String |
getJsonSourceText() |
JsonSourceType |
getJsonSourceType() |
java.lang.String |
getLinkParameterName() |
java.lang.String |
getListEntitiesParamName() |
java.lang.String |
getLoaderType() |
java.lang.String |
getName() |
java.lang.Boolean |
getProcessTemplate() |
java.lang.String |
getScript() |
java.lang.String |
getText() |
DataSetType |
getType() |
java.lang.Boolean |
getUseExistingView() |
com.haulmont.cuba.core.global.View |
getView() |
java.lang.String |
getViewName() |
void |
setBandDefinition(BandDefinition bandDefinition) |
void |
setDataStore(java.lang.String dataStore) |
void |
setEntityParamName(java.lang.String entityParamName) |
void |
setJsonPathQuery(java.lang.String jsonPathQuery) |
void |
setJsonSourceInputParameter(ReportInputParameter jsonSourceInputParameter) |
void |
setJsonSourceText(java.lang.String jsonSourceText) |
void |
setJsonSourceType(JsonSourceType jsonSourceType) |
void |
setLinkParameterName(java.lang.String linkParameterName) |
void |
setListEntitiesParamName(java.lang.String listEntitiesParamName) |
void |
setName(java.lang.String name) |
void |
setProcessTemplate(java.lang.Boolean processTemplate) |
void |
setText(java.lang.String text) |
void |
setType(DataSetType type) |
void |
setUseExistingView(java.lang.Boolean useExistingView) |
void |
setView(com.haulmont.cuba.core.global.View view) |
void |
setViewName(java.lang.String viewName) |
_persistence_get, _persistence_new, _persistence_post_clone, _persistence_set, getId, getUuid, setId, setUuidequals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toString_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, addListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueExpublic static final java.lang.String ENTITY_PARAM_NAME
public static final java.lang.String LIST_ENTITIES_PARAM_NAME
public static final java.lang.String DATA_STORE_PARAM_NAME
public static final java.lang.String JSON_SOURCE_TYPE
public static final java.lang.String JSON_SOURCE_TEXT
public static final java.lang.String JSON_PATH_QUERY
public static final java.lang.String JSON_INPUT_PARAMETER
public com.haulmont.cuba.core.global.View getView()
public void setView(com.haulmont.cuba.core.global.View view)
public java.lang.Boolean getUseExistingView()
public void setUseExistingView(java.lang.Boolean useExistingView)
public java.lang.String getName()
getName in interface com.haulmont.yarg.structure.ReportQuerypublic void setName(java.lang.String name)
public java.lang.String getViewName()
public void setViewName(java.lang.String viewName)
public java.lang.String getText()
public void setText(java.lang.String text)
public DataSetType getType()
public void setType(DataSetType type)
public java.lang.String getEntityParamName()
public void setEntityParamName(java.lang.String entityParamName)
public java.lang.String getListEntitiesParamName()
public void setListEntitiesParamName(java.lang.String listEntitiesParamName)
public BandDefinition getBandDefinition()
public void setBandDefinition(BandDefinition bandDefinition)
public java.lang.String getDataStore()
public void setDataStore(java.lang.String dataStore)
public java.lang.String getLinkParameterName()
getLinkParameterName in interface com.haulmont.yarg.structure.ReportQuerypublic void setLinkParameterName(java.lang.String linkParameterName)
public java.lang.Boolean getProcessTemplate()
getProcessTemplate in interface com.haulmont.yarg.structure.ReportQuerypublic void setProcessTemplate(java.lang.Boolean processTemplate)
public java.lang.String getScript()
getScript in interface com.haulmont.yarg.structure.ReportQuerypublic java.lang.String getLoaderType()
getLoaderType in interface com.haulmont.yarg.structure.ReportQuerypublic JsonSourceType getJsonSourceType()
public void setJsonSourceType(JsonSourceType jsonSourceType)
public java.lang.String getJsonSourceText()
public void setJsonSourceText(java.lang.String jsonSourceText)
public ReportInputParameter getJsonSourceInputParameter()
public void setJsonSourceInputParameter(ReportInputParameter jsonSourceInputParameter)
public java.lang.String getJsonPathQuery()
public void setJsonPathQuery(java.lang.String jsonPathQuery)
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalParams()
getAdditionalParams in interface com.haulmont.yarg.structure.ReportQuery