| java.lang.Object com.Yasna.forum.database.DbCategory
DbCategory | public class DbCategory implements Category,Cacheable(Code) | | Database implementation of the Category interface. It loads and stores category
information from the database.
See Also: Category |
DbCategory | protected DbCategory(String name, String description, DbForumFactory factory)(Code) | | Creates a new category with the specified name and description.
Parameters: name - the name of the category. Parameters: description - the description of the category. Parameters: factory - the DbForumFactory that will hold the category. |
getOrder | public int getOrder()(Code) | | |
getSize | public int getSize()(Code) | | |
updateModifiedDate | protected void updateModifiedDate(java.util.Date modifiedDate)(Code) | | Updates the modified date but doesn't require a security check since
it is a protected method.
|
|
|