org.jmonks.dms.util
Class DMSUtil

java.lang.Object
  extended byorg.jmonks.dms.util.DMSUtil

public final class DMSUtil
extends java.lang.Object

Author:
Suresh Pragada

Field Summary
private static org.apache.log4j.Logger logger
           
private  DMSUtil util
           
static java.lang.String VERSION_CONTROL_DEFUALT_PROVIDER
           
static java.lang.String VERSION_CONTROL_PROVIDER
           
 
Constructor Summary
private DMSUtil()
          Creates a new instance of DMSUtil
 
Method Summary
static java.lang.String developMainModel(DirectoryEntry directoryEntry, java.util.Map model, UserManager.User user)
           
static java.lang.String developShowVersionsModel(FileEntry fileEntry, java.util.Map model, UserManager.User user)
           
static void getPathList(RepositoryEntry repositoryEntry, java.util.List pathList)
           
static java.lang.String noAccessDeleted(java.util.Map model)
           
static java.lang.String noAccessNotAllowed(java.util.Map model)
           
static void sortMap(java.util.Map entryMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_CONTROL_DEFUALT_PROVIDER

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

VERSION_CONTROL_PROVIDER

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

logger

private static final org.apache.log4j.Logger logger

util

private DMSUtil util
Constructor Detail

DMSUtil

private DMSUtil()
Creates a new instance of DMSUtil

Method Detail

getPathList

public static void getPathList(RepositoryEntry repositoryEntry,
                               java.util.List pathList)

developMainModel

public static java.lang.String developMainModel(DirectoryEntry directoryEntry,
                                                java.util.Map model,
                                                UserManager.User user)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

developShowVersionsModel

public static java.lang.String developShowVersionsModel(FileEntry fileEntry,
                                                        java.util.Map model,
                                                        UserManager.User user)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

noAccessNotAllowed

public static java.lang.String noAccessNotAllowed(java.util.Map model)

noAccessDeleted

public static java.lang.String noAccessDeleted(java.util.Map model)

sortMap

public static void sortMap(java.util.Map entryMap)