Class PersonalizationAdministration
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.webcontrols.webparts.PersonalizationAdministration
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class PersonalizationAdministration extends NetObject
The base .NET class managing System.Web.UI.WebControls.WebParts.PersonalizationAdministration, 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.PersonalizationAdministration
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.PersonalizationAdministrationstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PersonalizationAdministration()PersonalizationAdministration(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PersonalizationAdministrationcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPersonalizationAdministration, a cast assert is made to check if types are compatible.static PersonalizationStateInfoCollectionFindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate)static PersonalizationStateInfoCollectionFindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static PersonalizationStateInfoCollectionFindSharedState(java.lang.String pathToMatch)static PersonalizationStateInfoCollectionFindSharedState(java.lang.String pathToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static PersonalizationStateInfoCollectionFindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch)static PersonalizationStateInfoCollectionFindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static PersonalizationStateInfoCollectionGetAllInactiveUserState(DateTime userInactiveSinceDate)static PersonalizationStateInfoCollectionGetAllInactiveUserState(DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static PersonalizationStateInfoCollectionGetAllState(PersonalizationScope scope)static PersonalizationStateInfoCollectionGetAllState(PersonalizationScope scope, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)static java.lang.StringgetApplicationName()static intGetCountOfInactiveUserState(java.lang.String pathToMatch, DateTime userInactiveSinceDate)static intGetCountOfInactiveUserState(DateTime userInactiveSinceDate)static intGetCountOfState(PersonalizationScope scope)static intGetCountOfState(PersonalizationScope scope, java.lang.String pathToMatch)static intGetCountOfUserState(java.lang.String usernameToMatch)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 Typestatic PersonalizationProvidergetProvider()static PersonalizationProviderCollectiongetProviders()static intResetAllState(PersonalizationScope scope)static intResetInactiveUserState(java.lang.String path, DateTime userInactiveSinceDate)static intResetInactiveUserState(DateTime userInactiveSinceDate)static booleanResetSharedState(java.lang.String path)static intResetSharedState(java.lang.String[] paths)static intResetSharedState(JCORefOut dupParam0)static intResetState(PersonalizationStateInfoCollection data)static intResetUserState(java.lang.String path)static intResetUserState(java.lang.String[] usernames)static booleanResetUserState(java.lang.String path, java.lang.String username)static intResetUserState(java.lang.String path, java.lang.String[] usernames)static intResetUserState(java.lang.String dupParam0, JCORefOut dupParam1)static intResetUserState(JCORefOut dupParam0)static voidsetApplicationName(java.lang.String ApplicationName)voidsetJCOInstance(JCObject instance)
-
-
-
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.PersonalizationAdministration- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PersonalizationAdministration
public PersonalizationAdministration(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PersonalizationAdministration
public PersonalizationAdministration() 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 classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PersonalizationAdministration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPersonalizationAdministration, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PersonalizationAdministrationinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ResetSharedState
public static boolean ResetSharedState(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetUserState
public static boolean ResetUserState(java.lang.String path, java.lang.String username) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
GetCountOfInactiveUserState
public static int GetCountOfInactiveUserState(DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
GetCountOfInactiveUserState
public static int GetCountOfInactiveUserState(java.lang.String pathToMatch, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
GetCountOfState
public static int GetCountOfState(PersonalizationScope scope) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
GetCountOfState
public static int GetCountOfState(PersonalizationScope scope, java.lang.String pathToMatch) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
GetCountOfUserState
public static int GetCountOfUserState(java.lang.String usernameToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetAllState
public static int ResetAllState(PersonalizationScope scope) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationException
-
ResetInactiveUserState
public static int ResetInactiveUserState(DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationException
-
ResetInactiveUserState
public static int ResetInactiveUserState(java.lang.String path, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetSharedState
public static int ResetSharedState(java.lang.String[] paths) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetSharedState
public static int ResetSharedState(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetState
public static int ResetState(PersonalizationStateInfoCollection data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
ResetUserState
public static int ResetUserState(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetUserState
public static int ResetUserState(java.lang.String path, java.lang.String[] usernames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetUserState
public static int ResetUserState(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetUserState
public static int ResetUserState(java.lang.String[] usernames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
ResetUserState
public static int ResetUserState(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
FindInactiveUserState
public static PersonalizationStateInfoCollection FindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
FindInactiveUserState
public static PersonalizationStateInfoCollection FindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
FindSharedState
public static PersonalizationStateInfoCollection FindSharedState(java.lang.String pathToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
FindSharedState
public static PersonalizationStateInfoCollection FindSharedState(java.lang.String pathToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
FindUserState
public static PersonalizationStateInfoCollection FindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
FindUserState
public static PersonalizationStateInfoCollection FindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
GetAllInactiveUserState
public static PersonalizationStateInfoCollection GetAllInactiveUserState(DateTime userInactiveSinceDate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
GetAllInactiveUserState
public static PersonalizationStateInfoCollection GetAllInactiveUserState(DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
GetAllState
public static PersonalizationStateInfoCollection GetAllState(PersonalizationScope scope) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, NotSupportedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationException
-
GetAllState
public static PersonalizationStateInfoCollection GetAllState(PersonalizationScope scope, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, TargetParameterCountException, NotSupportedException, HttpException, ProviderException, ConfigurationErrorsException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionTargetParameterCountExceptionNotSupportedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionConfigurationException
-
getApplicationName
public static java.lang.String getApplicationName() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationException
-
setApplicationName
public static void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationException
-
getProvider
public static PersonalizationProvider getProvider() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsException
-
getProviders
public static PersonalizationProviderCollection getProviders() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsException
-
-