org.nuiton.topia.taas.event
Class TaasEntityVetoableRequestPermission

java.lang.Object
  extended by org.nuiton.topia.taas.event.TaasEntityVetoableRequestPermission
All Implemented Interfaces:
java.util.EventListener, TopiaEntitiesVetoable, TopiaEntityVetoable, TaasAccessEntity

public class TaasEntityVetoableRequestPermission
extends java.lang.Object
implements TaasAccessEntity


Field Summary
protected  TaasService taasService
           
 
Constructor Summary
TaasEntityVetoableRequestPermission(TaasService taasService)
          Contructeur par defaut
 
Method Summary
 void create(TopiaEntityEvent event)
           
 void delete(TopiaEntityEvent event)
           
<E extends TopiaEntity>
java.util.List<E>
load(TopiaEntitiesEvent<E> event)
           
 void load(TopiaEntityEvent event)
           
 void update(TopiaEntityEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taasService

protected TaasService taasService
Constructor Detail

TaasEntityVetoableRequestPermission

public TaasEntityVetoableRequestPermission(TaasService taasService)
Contructeur par defaut

Method Detail

create

public void create(TopiaEntityEvent event)
Specified by:
create in interface TopiaEntityVetoable

delete

public void delete(TopiaEntityEvent event)
Specified by:
delete in interface TopiaEntityVetoable

load

public void load(TopiaEntityEvent event)
Specified by:
load in interface TopiaEntityVetoable

update

public void update(TopiaEntityEvent event)
Specified by:
update in interface TopiaEntityVetoable

load

public <E extends TopiaEntity> java.util.List<E> load(TopiaEntitiesEvent<E> event)
Specified by:
load in interface TopiaEntitiesVetoable


Copyright © 2004-2009 CodeLutin. All Rights Reserved.