org.squashtest.tm.service.internal.security
Class ObjectIdentityServiceImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectIdentityServiceImpl
public ObjectIdentityServiceImpl()
addObjectIdentity
public void addObjectIdentity(long objectId,
Class<?> entityClass)
- Specified by:
addObjectIdentity in interface ObjectIdentityService
- Parameters:
objectId - : the entity identityClass - : the entity's class
removeObjectIdentity
public void removeObjectIdentity(long entityId,
Class<?> entityType)
- Specified by:
removeObjectIdentity in interface ObjectIdentityService
- Parameters:
entityId - : the entity identityType - : the entity's class- See Also:
ObjectIdentityService.removeObjectIdentity(long, java.lang.Class)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.