| java.lang.Object com.mvnforum.common.AttachmentUtil
AttachmentUtil | public class AttachmentUtil (Code) | | |
deleteAttachments_inForum | public static void deleteAttachments_inForum(int forumID) throws DatabaseException(Code) | | NOTE: This method should be called before any attemp to delete a forum
because it require the forum is exited
After calling this method, go ahead and delete the forum
NOTE: For Admin only
|
getAlbumItemFilenameOnDisk | public static String getAlbumItemFilenameOnDisk(String memberName, String albumName, int albumItemID)(Code) | | |
getAlbumPropertiesFileOnDisk | public static String getAlbumPropertiesFileOnDisk(String memberName, String albumName)(Code) | | |
getAttachFilenameOnDisk | public static String getAttachFilenameOnDisk(int attachID)(Code) | | |
getPmAttachFilenameOnDisk | public static String getPmAttachFilenameOnDisk(int attachID)(Code) | | |
|
|