Package system.web.ui.webcontrols
Class ObjectDataSourceView
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.DataSourceView
-
- system.web.ui.webcontrols.ObjectDataSourceView
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ObjectDataSourceView extends DataSourceView
The base .NET class managing System.Web.UI.WebControls.ObjectDataSourceView, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.ObjectDataSourceView
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.ObjectDataSourceViewstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ObjectDataSourceView()
ObjectDataSourceView(java.lang.Object instance)
Internal constructor.ObjectDataSourceView(ObjectDataSource owner, java.lang.String name, HttpContext context)
-
Method Summary
-
Methods inherited from class system.web.ui.DataSourceView
addDataSourceViewChanged, CanExecute, Delete, ExecuteCommand, getCanDelete, getCanInsert, getCanPage, getCanRetrieveTotalRowCount, getCanSort, getCanUpdate, getName, Insert, removeDataSourceViewChanged, Select, Update
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.ObjectDataSourceView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ObjectDataSourceView
public ObjectDataSourceView(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ObjectDataSourceView
public ObjectDataSourceView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ObjectDataSourceView
public ObjectDataSourceView(ObjectDataSource owner, java.lang.String name, HttpContext context) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
MulticastNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDataSourceView
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDataSourceView
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDataSourceView
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDataSourceView
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDataSourceView
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDataSourceView
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ObjectDataSourceView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoObjectDataSourceView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ObjectDataSourceView
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Delete
public int Delete(IDictionary keys, IDictionary oldValues) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
-
Insert
public int Insert(IDictionary values) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
-
Update
public int Update(IDictionary keys, IDictionary values, IDictionary oldValues) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
-
Select
public IEnumerable Select(DataSourceSelectArguments arguments) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConvertNullToDBNull
public boolean getConvertNullToDBNull() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConvertNullToDBNull
public void setConvertNullToDBNull(boolean ConvertNullToDBNull) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEnablePaging
public boolean getEnablePaging() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnablePaging
public void setEnablePaging(boolean EnablePaging) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataObjectTypeName
public java.lang.String getDataObjectTypeName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataObjectTypeName
public void setDataObjectTypeName(java.lang.String DataObjectTypeName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeleteMethod
public java.lang.String getDeleteMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeleteMethod
public void setDeleteMethod(java.lang.String DeleteMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFilterExpression
public java.lang.String getFilterExpression() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFilterExpression
public void setFilterExpression(java.lang.String FilterExpression) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInsertMethod
public java.lang.String getInsertMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInsertMethod
public void setInsertMethod(java.lang.String InsertMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaximumRowsParameterName
public java.lang.String getMaximumRowsParameterName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximumRowsParameterName
public void setMaximumRowsParameterName(java.lang.String MaximumRowsParameterName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOldValuesParameterFormatString
public java.lang.String getOldValuesParameterFormatString() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOldValuesParameterFormatString
public void setOldValuesParameterFormatString(java.lang.String OldValuesParameterFormatString) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectCountMethod
public java.lang.String getSelectCountMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectCountMethod
public void setSelectCountMethod(java.lang.String SelectCountMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectMethod
public java.lang.String getSelectMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectMethod
public void setSelectMethod(java.lang.String SelectMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSortParameterName
public java.lang.String getSortParameterName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSortParameterName
public void setSortParameterName(java.lang.String SortParameterName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStartRowIndexParameterName
public java.lang.String getStartRowIndexParameterName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStartRowIndexParameterName
public void setStartRowIndexParameterName(java.lang.String StartRowIndexParameterName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTypeName
public java.lang.String getTypeName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTypeName
public void setTypeName(java.lang.String TypeName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUpdateMethod
public java.lang.String getUpdateMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateMethod
public void setUpdateMethod(java.lang.String UpdateMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConflictDetection
public ConflictOptions getConflictDetection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConflictDetection
public void setConflictDetection(ConflictOptions ConflictDetection) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getDeleteParameters
public ParameterCollection getDeleteParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFilterParameters
public ParameterCollection getFilterParameters() throws java.lang.Throwable, MulticastNotSupportedException
- Throws:
java.lang.Throwable
MulticastNotSupportedException
-
getInsertParameters
public ParameterCollection getInsertParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectParameters
public ParameterCollection getSelectParameters() throws java.lang.Throwable, MulticastNotSupportedException
- Throws:
java.lang.Throwable
MulticastNotSupportedException
-
getUpdateParameters
public ParameterCollection getUpdateParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getParsingCulture
public ParsingCulture getParsingCulture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setParsingCulture
public void setParsingCulture(ParsingCulture ParsingCulture) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addObjectDisposing
public void addObjectDisposing(ObjectDataSourceDisposingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeObjectDisposing
public void removeObjectDisposing(ObjectDataSourceDisposingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFiltering
public void addFiltering(ObjectDataSourceFilteringEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFiltering
public void removeFiltering(ObjectDataSourceFilteringEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeleting
public void addDeleting(ObjectDataSourceMethodEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleting
public void removeDeleting(ObjectDataSourceMethodEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInserting
public void addInserting(ObjectDataSourceMethodEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInserting
public void removeInserting(ObjectDataSourceMethodEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdating
public void addUpdating(ObjectDataSourceMethodEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdating
public void removeUpdating(ObjectDataSourceMethodEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addObjectCreated
public void addObjectCreated(ObjectDataSourceObjectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeObjectCreated
public void removeObjectCreated(ObjectDataSourceObjectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addObjectCreating
public void addObjectCreating(ObjectDataSourceObjectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeObjectCreating
public void removeObjectCreating(ObjectDataSourceObjectEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelecting
public void addSelecting(ObjectDataSourceSelectingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelecting
public void removeSelecting(ObjectDataSourceSelectingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeleted
public void addDeleted(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleted
public void removeDeleted(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInserted
public void addInserted(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInserted
public void removeInserted(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelected
public void addSelected(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelected
public void removeSelected(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdated
public void addUpdated(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdated
public void removeUpdated(ObjectDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-