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.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.WebParts.PersonalizationAdministrationstatic JCType
classType
The 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 PersonalizationAdministration
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPersonalizationAdministration
, a cast assert is made to check if types are compatible.static PersonalizationStateInfoCollection
FindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate)
static PersonalizationStateInfoCollection
FindInactiveUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
static PersonalizationStateInfoCollection
FindSharedState(java.lang.String pathToMatch)
static PersonalizationStateInfoCollection
FindSharedState(java.lang.String pathToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
static PersonalizationStateInfoCollection
FindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch)
static PersonalizationStateInfoCollection
FindUserState(java.lang.String pathToMatch, java.lang.String usernameToMatch, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
static PersonalizationStateInfoCollection
GetAllInactiveUserState(DateTime userInactiveSinceDate)
static PersonalizationStateInfoCollection
GetAllInactiveUserState(DateTime userInactiveSinceDate, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
static PersonalizationStateInfoCollection
GetAllState(PersonalizationScope scope)
static PersonalizationStateInfoCollection
GetAllState(PersonalizationScope scope, int pageIndex, int pageSize, JCORefOut<java.util.concurrent.atomic.AtomicInteger> totalRecords)
static java.lang.String
getApplicationName()
static int
GetCountOfInactiveUserState(java.lang.String pathToMatch, DateTime userInactiveSinceDate)
static int
GetCountOfInactiveUserState(DateTime userInactiveSinceDate)
static int
GetCountOfState(PersonalizationScope scope)
static int
GetCountOfState(PersonalizationScope scope, java.lang.String pathToMatch)
static int
GetCountOfUserState(java.lang.String usernameToMatch)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic PersonalizationProvider
getProvider()
static PersonalizationProviderCollection
getProviders()
static int
ResetAllState(PersonalizationScope scope)
static int
ResetInactiveUserState(java.lang.String path, DateTime userInactiveSinceDate)
static int
ResetInactiveUserState(DateTime userInactiveSinceDate)
static boolean
ResetSharedState(java.lang.String path)
static int
ResetSharedState(java.lang.String[] paths)
static int
ResetSharedState(JCORefOut dupParam0)
static int
ResetState(PersonalizationStateInfoCollection data)
static int
ResetUserState(java.lang.String path)
static int
ResetUserState(java.lang.String[] usernames)
static boolean
ResetUserState(java.lang.String path, java.lang.String username)
static int
ResetUserState(java.lang.String path, java.lang.String[] usernames)
static int
ResetUserState(java.lang.String dupParam0, JCORefOut dupParam1)
static int
ResetUserState(JCORefOut dupParam0)
static void
setApplicationName(java.lang.String ApplicationName)
void
setJCOInstance(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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PersonalizationAdministration cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPersonalizationAdministration
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PersonalizationAdministration
instance- 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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
TargetParameterCountException
NotSupportedException
HttpException
ProviderException
ConfigurationErrorsException
ConfigurationException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
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.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
-