org.squashtest.tm.service.security
Interface ObjectIdentityService

All Known Implementing Classes:
ObjectIdentityServiceImpl

public interface ObjectIdentityService


Method Summary
 void addObjectIdentity(long entityId, Class<?> entityClass)
           
 void removeObjectIdentity(long entityId, Class<?> entityClass)
           
 

Method Detail

addObjectIdentity

void addObjectIdentity(long entityId,
                       Class<?> entityClass)
Parameters:
entityId - : the entity id
entityClass - : the entity's class

removeObjectIdentity

void removeObjectIdentity(long entityId,
                          Class<?> entityClass)
Parameters:
entityId - : the entity id
entityClass - : the entity's class


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