Uses of Class
fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgramPrivilegeNaturalId

Packages that use RemoteProgramPrivilegeNaturalId
fr.ifremer.allegro.administration.programStrategy   
fr.ifremer.allegro.administration.programStrategy.generic.cluster   
fr.ifremer.allegro.administration.programStrategy.generic.service   
fr.ifremer.allegro.administration.programStrategy.generic.vo   
 

Uses of RemoteProgramPrivilegeNaturalId in fr.ifremer.allegro.administration.programStrategy
 

Methods in fr.ifremer.allegro.administration.programStrategy that return RemoteProgramPrivilegeNaturalId
protected  RemoteProgramPrivilegeNaturalId ProgramPrivilegeDaoBase.toRemoteProgramPrivilegeNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteProgramPrivilegeNaturalId ProgramPrivilegeDaoImpl.toRemoteProgramPrivilegeNaturalId(ProgramPrivilege entity)
           
 RemoteProgramPrivilegeNaturalId ProgramPrivilegeDao.toRemoteProgramPrivilegeNaturalId(ProgramPrivilege entity)
          Converts this DAO's entity to an object of type RemoteProgramPrivilegeNaturalId.
 RemoteProgramPrivilegeNaturalId ProgramPrivilegeDaoBase.toRemoteProgramPrivilegeNaturalId(ProgramPrivilege entity)
           
 RemoteProgramPrivilegeNaturalId[] ProgramPrivilegeDao.toRemoteProgramPrivilegeNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteProgramPrivilegeNaturalId.
 RemoteProgramPrivilegeNaturalId[] ProgramPrivilegeDaoBase.toRemoteProgramPrivilegeNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type RemoteProgramPrivilegeNaturalId
 ProgramPrivilege ProgramPrivilegeDaoImpl.remoteProgramPrivilegeNaturalIdToEntity(RemoteProgramPrivilegeNaturalId remoteProgramPrivilegeNaturalId)
           
 ProgramPrivilege ProgramPrivilegeDao.remoteProgramPrivilegeNaturalIdToEntity(RemoteProgramPrivilegeNaturalId remoteProgramPrivilegeNaturalId)
          Converts an instance of type RemoteProgramPrivilegeNaturalId to this DAO's entity.
 void ProgramPrivilegeDaoImpl.remoteProgramPrivilegeNaturalIdToEntity(RemoteProgramPrivilegeNaturalId source, ProgramPrivilege target, boolean copyIfNull)
           
 void ProgramPrivilegeDao.remoteProgramPrivilegeNaturalIdToEntity(RemoteProgramPrivilegeNaturalId source, ProgramPrivilege target, boolean copyIfNull)
          Copies the fields of RemoteProgramPrivilegeNaturalId to the specified entity.
 void ProgramPrivilegeDaoBase.remoteProgramPrivilegeNaturalIdToEntity(RemoteProgramPrivilegeNaturalId source, ProgramPrivilege target, boolean copyIfNull)
           
 void ProgramPrivilegeDaoImpl.toRemoteProgramPrivilegeNaturalId(ProgramPrivilege source, RemoteProgramPrivilegeNaturalId target)
           
 void ProgramPrivilegeDao.toRemoteProgramPrivilegeNaturalId(ProgramPrivilege source, RemoteProgramPrivilegeNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void ProgramPrivilegeDaoBase.toRemoteProgramPrivilegeNaturalId(ProgramPrivilege source, RemoteProgramPrivilegeNaturalId target)
           
 

Uses of RemoteProgramPrivilegeNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.cluster
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster that return RemoteProgramPrivilegeNaturalId
 RemoteProgramPrivilegeNaturalId ClusterProgram2Department.getProgramPrivilegeNaturalId()
           
 RemoteProgramPrivilegeNaturalId ClusterProgram2Person.getProgramPrivilegeNaturalId()
           
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteProgramPrivilegeNaturalId
 void ClusterProgram2Department.setProgramPrivilegeNaturalId(RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
 void ClusterProgram2Person.setProgramPrivilegeNaturalId(RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
 

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteProgramPrivilegeNaturalId
ClusterProgram2Department(java.lang.Integer id, java.lang.Integer idLocal, RemoteLocationNaturalId locationNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId departmentNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
ClusterProgram2Department(RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId departmentNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
ClusterProgram2Person(java.lang.Integer id, java.lang.Integer idLocal, RemoteProgramNaturalId programNaturalId, RemoteLocationNaturalId locationNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId, RemotePersonNaturalId personNaturalId)
           
ClusterProgram2Person(RemoteProgramNaturalId programNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId, RemotePersonNaturalId personNaturalId)
           
 

Uses of RemoteProgramPrivilegeNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.service
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return RemoteProgramPrivilegeNaturalId
 RemoteProgramPrivilegeNaturalId RemoteProgramPrivilegeFullService.getProgramPrivilegeNaturalIdById(java.lang.Integer id)
           
 RemoteProgramPrivilegeNaturalId RemoteProgramPrivilegeFullServiceWSDelegator.getProgramPrivilegeNaturalIdById(java.lang.Integer id)
           
 RemoteProgramPrivilegeNaturalId RemoteProgramPrivilegeFullServiceBase.getProgramPrivilegeNaturalIdById(java.lang.Integer id)
           
 RemoteProgramPrivilegeNaturalId[] RemoteProgramPrivilegeFullService.getProgramPrivilegeNaturalIds()
           
 RemoteProgramPrivilegeNaturalId[] RemoteProgramPrivilegeFullServiceWSDelegator.getProgramPrivilegeNaturalIds()
           
 RemoteProgramPrivilegeNaturalId[] RemoteProgramPrivilegeFullServiceBase.getProgramPrivilegeNaturalIds()
           
protected  RemoteProgramPrivilegeNaturalId RemoteProgramPrivilegeFullServiceImpl.handleGetProgramPrivilegeNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteProgramPrivilegeNaturalId RemoteProgramPrivilegeFullServiceBase.handleGetProgramPrivilegeNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteProgramPrivilegeFullServiceBase.getProgramPrivilegeNaturalIdById(java.lang.Integer)
protected  RemoteProgramPrivilegeNaturalId[] RemoteProgramPrivilegeFullServiceImpl.handleGetProgramPrivilegeNaturalIds()
           
protected abstract  RemoteProgramPrivilegeNaturalId[] RemoteProgramPrivilegeFullServiceBase.handleGetProgramPrivilegeNaturalIds()
          Performs the core logic for RemoteProgramPrivilegeFullServiceBase.getProgramPrivilegeNaturalIds()
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type RemoteProgramPrivilegeNaturalId
 RemoteProgramPrivilegeFullVO RemoteProgramPrivilegeFullService.getProgramPrivilegeByNaturalId(RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
 RemoteProgramPrivilegeFullVO RemoteProgramPrivilegeFullServiceWSDelegator.getProgramPrivilegeByNaturalId(RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
 RemoteProgramPrivilegeFullVO RemoteProgramPrivilegeFullServiceBase.getProgramPrivilegeByNaturalId(RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
protected  RemoteProgramPrivilegeFullVO RemoteProgramPrivilegeFullServiceImpl.handleGetProgramPrivilegeByNaturalId(RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
protected abstract  RemoteProgramPrivilegeFullVO RemoteProgramPrivilegeFullServiceBase.handleGetProgramPrivilegeByNaturalId(RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
          Performs the core logic for RemoteProgramPrivilegeFullServiceBase.getProgramPrivilegeByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgramPrivilegeNaturalId)
 

Uses of RemoteProgramPrivilegeNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.vo
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.vo with parameters of type RemoteProgramPrivilegeNaturalId
 void RemoteProgramPrivilegeNaturalId.copy(RemoteProgramPrivilegeNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.vo with parameters of type RemoteProgramPrivilegeNaturalId
RemoteProgramPrivilegeNaturalId(RemoteProgramPrivilegeNaturalId otherBean)
          Copies constructor from other RemoteProgramPrivilegeNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.