| |
|
| java.lang.Object com.Yasna.forum.UserProxy
UserProxy | public class UserProxy implements User(Code) | | Protection proxy for User objects.
See Also: User |
getThreadSubscribe | public boolean getThreadSubscribe()(Code) | | |
hasPermission | public boolean hasPermission(int type)(Code) | | |
isAnonymous | public boolean isAnonymous()(Code) | | |
isEmailVisible | public boolean isEmailVisible()(Code) | | |
isNameVisible | public boolean isNameVisible()(Code) | | |
toString | public String toString()(Code) | | Converts the object to a String by returning the usernamename.
This functionality is primarily for Java applications that might be
accessing CoolForum objects through a GUI.
|
|
|
|