|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwAttrBagBasedUserOperationListener
public class OwAttrBagBasedUserOperationListener
Listener for user operation. Details about user operation are saved in attribute bag.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Nested Class Summary | |
---|---|
static class |
OwAttrBagBasedUserOperationListener.OwDateValue
converter class for attribute bag value |
Field Summary | |
---|---|
static String |
USEROPERATION_BAG_NAME
the bag name |
Constructor Summary | |
---|---|
OwAttrBagBasedUserOperationListener(org.springframework.jdbc.core.JdbcTemplate jdbc_p,
String bagTableName_p)
Constructor |
Method Summary | |
---|---|
protected OwAttributeBagWriteable |
getAttributeBag(String userName_p,
String bagName_p,
String tableName_p)
Obtain corresponding attribute bag to this user. |
void |
operationPerformed(OwUserOperationEvent event_p)
Method called when login is performed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String USEROPERATION_BAG_NAME
Constructor Detail |
---|
public OwAttrBagBasedUserOperationListener(org.springframework.jdbc.core.JdbcTemplate jdbc_p, String bagTableName_p)
jdbc_p
- - the JDBC accessor.bagTableName_p
- - the table name where bags are stored.Method Detail |
---|
protected OwAttributeBagWriteable getAttributeBag(String userName_p, String bagName_p, String tableName_p) throws Exception
userName_p
- bagName_p
- tableName_p
-
Exception
public void operationPerformed(OwUserOperationEvent event_p)
OwUserOperationListener
operationPerformed
in interface OwUserOperationListener
event_p
- - the user operation template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |