public AdminController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); tempPostService = new ContentTempPostService(); ntService = new NotificationService(); msgService = new MessageService(); }
public SectionDataController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); TplService = new ContentSectionTemplateService(); ctService = new ContentCustomTemplateService(); }
public ContentSectionController() { sectionService = new ContentSectionService(); templateService = new ContentSectionTemplateService(); sectionTypeService = new ContentSectionTypeService(); feedService = new FeedSourceService(); }
public SectionController() { LayoutControllerType = typeof( Section.LayoutController ); postService = new ContentPostService(); sectionService = new ContentSectionService(); }
public ImgController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); imgService = new ContentImgService(); ctService = new ContentCustomTemplateService(); }
public ListController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachmentService = new AttachmentService(); ctService = new ContentCustomTemplateService(); }
public PostController() { LayoutControllerType = typeof( Section.LayoutController ); postService = new ContentPostService(); sectionService = new ContentSectionService(); attachmentService = new AttachmentService(); psService = new ContentPostSectionService(); }
public PostController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachService = new AttachmentService(); HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) ); }
public ContentController() { sectionService = new ContentSectionService(); templatelService = new ContentSectionTemplateService(); postService = new ContentPostService(); ctService = new ContentCustomTemplateService(); HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) ); }
public UserHomeInstaller() { sectionService = new ContentSectionService(); appService = new UserAppService(); menuService = new UserMenuService(); appinfoService = new AppInstallerService(); lbl = lang.getByApp( typeof( ContentApp ) ); }
public CmsInstallerBase() { installerService = new AppInstallerService(); appService = new UserAppService(); menuService = new UserMenuService(); sectionService = new ContentSectionService(); tplService = new ContentCustomTemplateService(); postService = new ContentPostService(); }
public void UpdateRow(ContentApp app, MoveRowInfo mr) { app.Layout = mr.RowString; app.Style = updateStyle(app.Style, mr); app.SkinStyle = updateStyle(app.SkinStyle, mr); app.update(); int tempId = 9999; ContentSection.updateBatch("RowId=" + tempId, "AppId=" + app.Id + " and RowId=" + mr.Row1); ContentSection.updateBatch("RowId=" + mr.Row1, "AppId=" + app.Id + " and RowId=" + mr.Row2); ContentSection.updateBatch("RowId=" + mr.Row2, "AppId=" + app.Id + " and RowId=" + tempId); List <ContentSection> list = new ContentSectionService().GetByApp(app.Id); }
public ListController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachService = new AttachmentService(); }
public ListTwoController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); }
public SummaryController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); }
public ThumbSlideController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); }
public void UpdateRow( ContentApp app, MoveRowInfo mr ) { app.Layout = mr.RowString; app.Style = updateStyle( app.Style, mr ); app.SkinStyle = updateStyle( app.SkinStyle, mr ); app.update(); int tempId = 9999; ContentSection.updateBatch( "RowId=" + tempId, "AppId=" + app.Id + " and RowId=" + mr.Row1 ); ContentSection.updateBatch( "RowId=" + mr.Row1, "AppId=" + app.Id + " and RowId=" + mr.Row2 ); ContentSection.updateBatch( "RowId=" + mr.Row2, "AppId=" + app.Id + " and RowId=" + tempId ); List<ContentSection> list = new ContentSectionService().GetByApp( app.Id ); }
public VideoController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); ctService = new ContentCustomTemplateService(); }
public RowController() { rowService = new RowService(); sectionService = new ContentSectionService(); }
public SectionSettingController() { sectionService = new ContentSectionService(); ctService = new ContentCustomTemplateService(); templatelService = new ContentSectionTemplateService(); }
public PostController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); tempPostService = new ContentTempPostService(); }
public ContentController() { SectionService = new ContentSectionService(); TplService = new ContentSectionTemplateService(); ctService = new ContentCustomTemplateService(); }
public PollController() { topicService = new ContentPostService(); pollService = new ContentPollService(); sectionService = new ContentSectionService(); }
public ListImgController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); imgService = new ContentImgService(); }
public ListMaker( ) { postService = new ContentPostService(); sectionService = new ContentSectionService(); }
public ExportController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); }
public TemplateController() { sectionTypeService = new ContentSectionTypeService(); sectionService = new ContentSectionService(); templateService = new ContentSectionTemplateService(); }
public VideoController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); }
public ImgController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); imgService = new ContentImgService(); }