@Service(value="squashtest.core.security.ObjectIdentityService") @Transactional public class ObjectIdentityServiceImpl extends Object implements ObjectIdentityService
| Constructor and Description |
|---|
ObjectIdentityServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectIdentity(long objectId,
Class<?> entityClass) |
void |
removeObjectIdentity(long entityId,
Class<?> entityType) |
public void addObjectIdentity(long objectId,
Class<?> entityClass)
addObjectIdentity in interface ObjectIdentityServiceobjectId - : the entity identityClass - : the entity's classpublic void removeObjectIdentity(long entityId,
Class<?> entityType)
removeObjectIdentity in interface ObjectIdentityServiceentityId - : the entity identityType - : the entity's classObjectIdentityService.removeObjectIdentity(long, java.lang.Class)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.