org.squashtest.tm.service.internal.security
Class ObjectIdentityServiceImpl

java.lang.Object
  extended by org.squashtest.tm.service.internal.security.ObjectIdentityServiceImpl
All Implemented Interfaces:
ObjectIdentityService

@Service(value="squashtest.core.security.ObjectIdentityService")
@Transactional
public class ObjectIdentityServiceImpl
extends Object
implements ObjectIdentityService


Constructor Summary
ObjectIdentityServiceImpl()
           
 
Method Summary
 void addObjectIdentity(long objectId, Class<?> entityClass)
           
 void removeObjectIdentity(long entityId, Class<?> entityType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdentityServiceImpl

public ObjectIdentityServiceImpl()
Method Detail

addObjectIdentity

public void addObjectIdentity(long objectId,
                              Class<?> entityClass)
Specified by:
addObjectIdentity in interface ObjectIdentityService
Parameters:
objectId - : the entity id
entityClass - : the entity's class

removeObjectIdentity

public void removeObjectIdentity(long entityId,
                                 Class<?> entityType)
Specified by:
removeObjectIdentity in interface ObjectIdentityService
Parameters:
entityId - : the entity id
entityType - : the entity's class
See Also:
ObjectIdentityService.removeObjectIdentity(long, java.lang.Class)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.