Uses of Interface
com.randomcoder.tag.TagBusiness

Packages that use TagBusiness
com.randomcoder.article Article management classes. 
com.randomcoder.tag Tag-management classes. 
 

Uses of TagBusiness in com.randomcoder.article
 

Fields in com.randomcoder.article declared as TagBusiness
protected  TagBusiness AbstractArticleListController.tagBusiness
          Tag Business.
 

Methods in com.randomcoder.article with parameters of type TagBusiness
 void AbstractArticleListController.setTagBusiness(TagBusiness tagBusiness)
          Sets the TagBusiness implementation to use.
 

Uses of TagBusiness in com.randomcoder.tag
 

Classes in com.randomcoder.tag that implement TagBusiness
 class TagBusinessImpl
          Tag management implementation.
 

Fields in com.randomcoder.tag declared as TagBusiness
protected  TagBusiness AbstractTagController.tagBusiness
          Tag business object.
 

Methods in com.randomcoder.tag with parameters of type TagBusiness
 void TagDeleteController.setTagBusiness(TagBusiness tagBusiness)
          Sets the TagBusiness implementation to use.
 void AbstractTagController.setTagBusiness(TagBusiness tagBusiness)
          Sets the TagBusiness implementation to use.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.