com.ebmwebsourcing.webeditor.server.impl.service.webeditor
Class WebEditorService

java.lang.Object
  extended by com.ebmwebsourcing.webeditor.server.impl.service.webeditor.WebEditorService

public class WebEditorService
extends java.lang.Object


Field Summary
static java.lang.String ATTACHMENTS_DIR
           
static java.lang.String CONFIGURATION_FILE_NAME
           
static boolean TEST_ENV
           
static java.lang.String WEB_EDITOR_BASE_PATH
           
static java.lang.String WEB_EDITOR_FILES_PATH
           
static java.lang.String WEBEDITOR_CONFIG_PATH
           
 
Method Summary
 java.io.File getAttachedFilesDirectory(com.ebmwebsourcing.webeditor.api.domain.user.IUser user, com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance)
           
 java.util.Properties getConfigurationProperties()
           
static WebEditorService getInstance()
           
 java.io.File getProjectDirectory(com.ebmwebsourcing.webeditor.api.domain.user.IUser user, com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance)
           
 java.io.File getProjectsDirectory()
           
 java.io.File getTemporaryUploadFolderDirectory(com.ebmwebsourcing.webeditor.api.domain.user.IUser user, com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEBEDITOR_CONFIG_PATH

public static final java.lang.String WEBEDITOR_CONFIG_PATH
See Also:
Constant Field Values

CONFIGURATION_FILE_NAME

public static java.lang.String CONFIGURATION_FILE_NAME

WEB_EDITOR_BASE_PATH

public static java.lang.String WEB_EDITOR_BASE_PATH

WEB_EDITOR_FILES_PATH

public static java.lang.String WEB_EDITOR_FILES_PATH

ATTACHMENTS_DIR

public static java.lang.String ATTACHMENTS_DIR

TEST_ENV

public static boolean TEST_ENV
Method Detail

getInstance

public static WebEditorService getInstance()

getTemporaryUploadFolderDirectory

public java.io.File getTemporaryUploadFolderDirectory(com.ebmwebsourcing.webeditor.api.domain.user.IUser user,
                                                      com.ebmwebsourcing.webeditor.api.domain.project.IProjectType projectType)

getProjectsDirectory

public java.io.File getProjectsDirectory()

getProjectDirectory

public java.io.File getProjectDirectory(com.ebmwebsourcing.webeditor.api.domain.user.IUser user,
                                        com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance)

getAttachedFilesDirectory

public java.io.File getAttachedFilesDirectory(com.ebmwebsourcing.webeditor.api.domain.user.IUser user,
                                              com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance)

getConfigurationProperties

public java.util.Properties getConfigurationProperties()


Copyright © 2010-2011 Petals Link. All Rights Reserved.