| java.lang.Object com.Yasna.forum.ForumGroupProxy
ForumGroupProxy | public class ForumGroupProxy implements ForumGroup(Code) | | A protection proxy for ForumGroup. A proxy has a set of permissions that are
specified at creation time of the proxy. Subsequently, those permissions
are used to restrict access to protected Category methods. If a user does
not have the right to execute a particular method, and UnauthorizedException
is thrown.
See Also: Forum See Also: ForumPermissions See Also: UnauthorizedException |
ForumGroupProxy | public ForumGroupProxy(ForumGroup forumGroup, Authorization authorization, ForumPermissions permissions)(Code) | | Creates a new ForumGroupProxy object.
Parameters: forumGroup - the forumGroup to protect by proxy Parameters: authorization - the user's authorization token Parameters: permissions - the permissions to use with this proxy. |
getCreationDate | public Date getCreationDate()(Code) | | |
getModifiedDate | public Date getModifiedDate()(Code) | | |
getOrder | public int getOrder()(Code) | | |
|
|