Class PersonalizationProvider
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.configuration.provider.ProviderBase
-
- system.web.ui.webcontrols.webparts.PersonalizationProvider
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
SqlPersonalizationProvider
public class PersonalizationProvider extends ProviderBase
The base .NET class managing System.Web.UI.WebControls.WebParts.PersonalizationProvider, 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.WebParts.PersonalizationProvider
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.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.WebControls.WebParts.PersonalizationProviderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PersonalizationProvider()PersonalizationProvider(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PersonalizationProvidercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPersonalizationProvider, a cast assert is made to check if types are compatible.PersonalizationScopeDetermineInitialScope(WebPartManager webPartManager, PersonalizationState loadedState)IDictionaryDetermineUserCapabilities(WebPartManager webPartManager)PersonalizationStateInfoCollectionFindState(PersonalizationScope scope, PersonalizationStateQuery query, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)java.lang.StringgetApplicationName()intGetCountOfState(PersonalizationScope scope, PersonalizationStateQuery query)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypePersonalizationStateLoadPersonalizationState(WebPartManager webPartManager, boolean ignoreCurrentUser)voidResetPersonalizationState(WebPartManager webPartManager)intResetState(PersonalizationScope scope, java.lang.String[] paths, java.lang.String[] usernames)intResetState(PersonalizationScope dupParam0, JCORefOut dupParam1, JCORefOut dupParam2)intResetUserState(java.lang.String path, DateTime userInactiveSinceDate)voidSavePersonalizationState(PersonalizationState state)voidsetApplicationName(java.lang.String ApplicationName)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.configuration.provider.ProviderBase
getDescription, getName, Initialize
-
-
-
-
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.WebParts.PersonalizationProvider- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PersonalizationProvider
public PersonalizationProvider(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PersonalizationProvider
public PersonalizationProvider() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classProviderBase- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classProviderBase- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classProviderBase- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classProviderBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classProviderBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classProviderBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PersonalizationProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPersonalizationProvider, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PersonalizationProviderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetCountOfState
public int GetCountOfState(PersonalizationScope scope, PersonalizationStateQuery query) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ResetState
public int ResetState(PersonalizationScope scope, java.lang.String[] paths, java.lang.String[] usernames) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ResetState
public int ResetState(PersonalizationScope dupParam0, JCORefOut dupParam1, JCORefOut dupParam2) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ResetUserState
public int ResetUserState(java.lang.String path, DateTime userInactiveSinceDate) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DetermineUserCapabilities
public IDictionary DetermineUserCapabilities(WebPartManager webPartManager) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, ConfigurationException, NullReferenceException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionConfigurationExceptionNullReferenceExceptionSecurityException
-
DetermineInitialScope
public PersonalizationScope DetermineInitialScope(WebPartManager webPartManager, PersonalizationState loadedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, NullReferenceException, ConfigurationErrorsException, ConfigurationException, OverflowException, MemberAccessException, TargetException, TargetParameterCountException, ProviderException, SecurityException, HttpParseException, HttpCompileException, AbandonedMutexException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionNullReferenceExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionProviderExceptionSecurityExceptionHttpParseExceptionHttpCompileExceptionAbandonedMutexExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
LoadPersonalizationState
public PersonalizationState LoadPersonalizationState(WebPartManager webPartManager, boolean ignoreCurrentUser) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, HttpRequestValidationException, SecurityException, EndOfStreamException, FormatException, IOException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionHttpRequestValidationExceptionSecurityExceptionEndOfStreamExceptionFormatExceptionIOExceptionNotSupportedException
-
FindState
public PersonalizationStateInfoCollection FindState(PersonalizationScope scope, PersonalizationStateQuery query, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ResetPersonalizationState
public void ResetPersonalizationState(WebPartManager webPartManager) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, HttpRequestValidationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionHttpRequestValidationException
-
SavePersonalizationState
public void SavePersonalizationState(PersonalizationState state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, HttpRequestValidationException, SecurityException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionHttpRequestValidationExceptionSecurityExceptionUnauthorizedAccessException
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-