|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.crowd.embedded.hibernate2.batch.operation.RemoveUserOperation
public class RemoveUserOperation
Operation to remove a user and all its related information. Expects a username to be passed into the
performOperation(Object, Session)
method which is used to find the user to delete.
Constructor Summary | |
---|---|
RemoveUserOperation(long directoryId)
|
Method Summary | |
---|---|
void |
performOperation(java.lang.Object o,
net.sf.hibernate.Session session)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveUserOperation(long directoryId)
Method Detail |
---|
public void performOperation(java.lang.Object o, net.sf.hibernate.Session session)
performOperation
in interface com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation<net.sf.hibernate.Session>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |