net.sf.pmr.core.domain.basicProject
Class GetMembersLasyLoadingInterceptor

java.lang.Object
  extended by net.sf.pmr.core.domain.basicProject.GetMembersLasyLoadingInterceptor
All Implemented Interfaces:
DomainCollectionLasyLoadingInterceptor, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class GetMembersLasyLoadingInterceptor
extends java.lang.Object
implements DomainCollectionLasyLoadingInterceptor

Author:
Arnaud Prost (arnaud.prost@gmail.com) réalise un lasy loading sur la liste des membres d'un projet.

Constructor Summary
GetMembersLasyLoadingInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void setDomainListMapper(net.sf.pmr.keopsframework.data.DomainListMapper domainListMapper)
          set the DomainListMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMembersLasyLoadingInterceptor

public GetMembersLasyLoadingInterceptor()
Method Detail

setDomainListMapper

public void setDomainListMapper(net.sf.pmr.keopsframework.data.DomainListMapper domainListMapper)
set the DomainListMapper

Specified by:
setDomainListMapper in interface DomainCollectionLasyLoadingInterceptor
Parameters:
domainListMapper - domainListMapper

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface DomainCollectionLasyLoadingInterceptor
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable
See Also:
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)


Copyright © 2005 Arnaud Prost. All Rights Reserved.