Package ch.tocco.nice2.dms.impl.tree.ui
Class GetPersonalFolderKeyMethod
java.lang.Object
ch.tocco.nice2.dms.impl.tree.ui.GetPersonalFolderKeyMethod
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel
,freemarker.template.TemplateMethodModelEx
,freemarker.template.TemplateModel
public class GetPersonalFolderKeyMethod
extends Object
implements freemarker.template.TemplateMethodModelEx
Returns the primary key of the entity docs folder of the currently logged in user
(or null, if not logged in)
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
ConstructorDescriptionGetPersonalFolderKeyMethod
(PrincipalService principalService, EntityDocumentsService entityDocumentsService) -
Method Summary
-
Constructor Details
-
GetPersonalFolderKeyMethod
public GetPersonalFolderKeyMethod(PrincipalService principalService, EntityDocumentsService entityDocumentsService)
-
-
Method Details
-
exec
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModel
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModelEx
-