Liferay 7.0-ce-m6

com.liferay.portlet.documentlibrary.ddm
Class DLDDMPermissionHandler

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.ddm.DLDDMPermissionHandler
All Implemented Interfaces:
DDMPermissionHandler

public class DLDDMPermissionHandler
extends Object
implements DDMPermissionHandler


Field Summary
static long[] RESOURCE_CLASS_NAME_IDS
           
 
Constructor Summary
DLDDMPermissionHandler()
           
 
Method Summary
 String getAddStructureActionId()
           
 String getAddTemplateActionId()
           
 long[] getResourceClassNameIds()
           
 String getResourceName(long classNameId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_CLASS_NAME_IDS

public static final long[] RESOURCE_CLASS_NAME_IDS
Constructor Detail

DLDDMPermissionHandler

public DLDDMPermissionHandler()
Method Detail

getAddStructureActionId

public String getAddStructureActionId()
Specified by:
getAddStructureActionId in interface DDMPermissionHandler

getAddTemplateActionId

public String getAddTemplateActionId()
Specified by:
getAddTemplateActionId in interface DDMPermissionHandler

getResourceClassNameIds

public long[] getResourceClassNameIds()
Specified by:
getResourceClassNameIds in interface DDMPermissionHandler

getResourceName

public String getResourceName(long classNameId)
Specified by:
getResourceName in interface DDMPermissionHandler

Liferay 7.0-ce-m6