org.zeroexchange.collaboration.invitation.remove
Class DefaultUserInvitationRemover

java.lang.Object
  extended by org.zeroexchange.collaboration.invitation.remove.DefaultUserInvitationRemover
All Implemented Interfaces:
UserInvitationRemover

@Transactional
public class DefaultUserInvitationRemover
extends Object
implements UserInvitationRemover

Author:
black

Constructor Summary
DefaultUserInvitationRemover()
           
 
Method Summary
 void remove(Integer invitationId)
          Removes user invitation by its Id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUserInvitationRemover

public DefaultUserInvitationRemover()
Method Detail

remove

public void remove(Integer invitationId)
Removes user invitation by its Id.

Specified by:
remove in interface UserInvitationRemover


Copyright © 2013. All Rights Reserved.