com.mf.roundhouse.core.broker.ext
Class UserProfileExtension

java.lang.Object
  extended byCommonBrokerExtension
      extended bycom.mf.roundhouse.core.broker.ext.UserProfileExtension

public class UserProfileExtension
extends CommonBrokerExtension

Author:
Jeffrey Payne
See Also:
Serialized Form

Field Summary
static java.lang.String COL_USERAGREEDATE
           
static java.lang.String COL_USERID
           
static java.lang.String COL_USERPROFILEID
           
static java.lang.String TABLE_AUTH_RECORD
           
static java.lang.String TABLE_GROUP_USERMEMBERS
           
static java.lang.String TABLE_HIT_LOG
           
static java.lang.String TABLE_USER_PERMISSIONS
           
static java.lang.String TABLE_USERPROFILE
           
 
Constructor Summary
UserProfileExtension(IBroker broker)
           
 
Method Summary
 java.util.Collection findByPropertyNameAndValue(java.lang.String propertyName, java.lang.String value)
           
 void resetUserAgreementDates()
          Reset all of the User Agreement dates to null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_USERPROFILE

public static final java.lang.String TABLE_USERPROFILE
See Also:
Constant Field Values

TABLE_USER_PERMISSIONS

public static final java.lang.String TABLE_USER_PERMISSIONS
See Also:
Constant Field Values

TABLE_AUTH_RECORD

public static final java.lang.String TABLE_AUTH_RECORD
See Also:
Constant Field Values

TABLE_GROUP_USERMEMBERS

public static final java.lang.String TABLE_GROUP_USERMEMBERS
See Also:
Constant Field Values

TABLE_HIT_LOG

public static final java.lang.String TABLE_HIT_LOG
See Also:
Constant Field Values

COL_USERAGREEDATE

public static final java.lang.String COL_USERAGREEDATE
See Also:
Constant Field Values

COL_USERPROFILEID

public static final java.lang.String COL_USERPROFILEID
See Also:
Constant Field Values

COL_USERID

public static final java.lang.String COL_USERID
See Also:
Constant Field Values
Constructor Detail

UserProfileExtension

public UserProfileExtension(IBroker broker)
Method Detail

findByPropertyNameAndValue

public java.util.Collection findByPropertyNameAndValue(java.lang.String propertyName,
                                                       java.lang.String value)
                                                throws java.lang.Exception
Returns:
the Collection of UserProfiles that have the specified property with the specified value
Throws:
java.lang.Exception

resetUserAgreementDates

public void resetUserAgreementDates()
                             throws java.lang.Exception
Reset all of the User Agreement dates to null

Throws:
java.lang.Exception


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.