| java.lang.Object com.Yasna.forum.CategoryProxy
CategoryProxy | public class CategoryProxy implements Category(Code) | | A protection proxy for Categories. A proxy has a set of permissions that are
specified at creation time of the proxy. Subsequently, those permissions
are use to restrict access to protected Category methods. If a user does
not have the right to execute a particular method, and UnauthorizedException
is thrown.
|
CategoryProxy | public CategoryProxy(Category category, Authorization authorization, ForumPermissions permissions)(Code) | | Creates a new CategoryProxy object.
Parameters: category - the category 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) | | |
|
|