com.dotmarketing.factories
Class UserProxyFactory

java.lang.Object
  extended by com.dotmarketing.factories.UserProxyFactory

public class UserProxyFactory
extends java.lang.Object

Author:
David Torres

Constructor Summary
UserProxyFactory()
           
 
Method Summary
static UserProxy getUserProxy(long userProxyInode)
           
static UserProxy getUserProxy(java.lang.String userId)
           
static void saveUserProxy(UserProxy userProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProxyFactory

public UserProxyFactory()
Method Detail

getUserProxy

public static UserProxy getUserProxy(java.lang.String userId)

getUserProxy

public static UserProxy getUserProxy(long userProxyInode)

saveUserProxy

public static void saveUserProxy(UserProxy userProxy)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.