Module: TeamForge::NewsApp

Defined in:
lib/teamforge/services/newsapp.rb

Constant Summary collapse

CreateNewsPost =

NewsApp Messages

TFSoapRequest.new(:session_id, :project_id, :title, :body)
DeleteNewsPost =
TFSoapRequest.new(:session_id, :post_id)
EditNewsPost =
TFSoapRequest.new(:session_id, :post_id, :title, :body)
FindNews =
TFSoapRequest.new(:session_id, :query_string, :project_id, :search_attachments)
GetAllNewsPostList =
TFSoapRequest.new(:session_id)
GetNewsPostList =
TFSoapRequest.new(:session_id, :project_id)
NewsPostSoapDO =

NewsApp Types

TFType.new(:body,:created_by,:created_date,:folder_id,:id,:last_modified_by,:last_modified_date,:path,:title,:version, :attributes!)
NewsPostSoapRow =
TFType.new(:body,:created_by_full_name,:created_by_username,:created_on,:folder_path_string,:id,:project_id,:project_path_string,:project_title,:title, :attributes!)