Class CMSNSContentList

java.lang.Object
kr.ac.konkuk.ccslab.cm.entity.CMObject
kr.ac.konkuk.ccslab.cm.sns.CMSNSContentList

public class CMSNSContentList extends CMObject
  • Constructor Details

    • CMSNSContentList

      public CMSNSContentList()
  • Method Details

    • addSNSContent

      public boolean addSNSContent(CMSNSContent cont)
    • addSNSContent

      public boolean addSNSContent(int id, String date, String writer, String msg, int nAttachment, int replyID, int lod, ArrayList<String> fPathList)
    • removeSNSContent

      public boolean removeSNSContent(int id)
    • removeAllSNSContents

      public void removeAllSNSContents()
    • findSNSContent

      public CMSNSContent findSNSContent(int id)
    • getSNSContentNum

      public int getSNSContentNum()
    • getContentList

      public Vector<CMSNSContent> getContentList()