public SingleVideoPlayController(BizSourceFrom bizSourceFrom,BizNews bizNews, BizVideo bizVideo, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideoCategory bizVideoCategory, BizTag bizTag, BizPictureGroup bizPictureGroup)
 {
     this.bizTag = bizTag;
     this.bizSourceFrom = bizSourceFrom;
     this.bizVideo = bizVideo;
     this.bizVideoXTag = bizVideoXTag;
     this.bizVideoCategory = bizVideoCategory;
     this.bizPictureGroup = bizPictureGroup;
     this.bizNews = bizNews;
 }
Example #2
0
 public VideoController(BizSourceFrom bizSourceFrom, BizStar bizStar, BizVideo bizVideo, BizVideoXTag bizVideoXTag, BizCastCharacter bizCastCharacter, BizVideoCategory bizVideoCategory,BizTag bizTag,BizVideoList bizVideoList)
 {
     this.bizTag = bizTag;
     this.bizSourceFrom = bizSourceFrom;
     this.bizStar = bizStar;
     this.bizVideo = bizVideo;
     this.bizVideoXTag = bizVideoXTag;
     this.bizCastCharacter = bizCastCharacter;
     this.bizVideoCategory = bizVideoCategory;
     this.bizVideoList = bizVideoList;
 }
Example #3
0
 public AdminTagController(BizTag bizTag)
 {
     this.bizTag = bizTag;
 }
 public PictureTagSearchController(BizPictureGroup bizPictureGroup,BizTag bizTag)
 {
     this.bizPictureGroup=bizPictureGroup;
     this.bizTag = bizTag;
 }
 public NewsTagSearchController(BizTag bizTag,BizNews bizNews)
 {
     this.bizTag = bizTag;
     this.bizNews = bizNews;
 }
 public VideoHistoryClickMoreController(BizVideo bizVideo, BizVideoCategory bizVideoCategory, BizTag bizTag)
 {
     this.bizTag = bizTag;
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
 }
 public VideoTagSearchController( BizVideo bizVideo, BizVideoCategory bizVideoCategory, BizTag bizTag)
 {
     this.bizTag = bizTag;
     this.bizVideo = bizVideo;
     this.bizVideoCategory = bizVideoCategory;
 }