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

Packages that use RemoteProgram2DepartmentNaturalId
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   
fr.ifremer.allegro.administration.user.generic.cluster   
 

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

Methods in fr.ifremer.allegro.administration.programStrategy that return RemoteProgram2DepartmentNaturalId
protected  RemoteProgram2DepartmentNaturalId Program2DepartmentDaoBase.toRemoteProgram2DepartmentNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteProgram2DepartmentNaturalId Program2DepartmentDaoImpl.toRemoteProgram2DepartmentNaturalId(Program2Department entity)
           
 RemoteProgram2DepartmentNaturalId Program2DepartmentDao.toRemoteProgram2DepartmentNaturalId(Program2Department entity)
          Converts this DAO's entity to an object of type RemoteProgram2DepartmentNaturalId.
 RemoteProgram2DepartmentNaturalId Program2DepartmentDaoBase.toRemoteProgram2DepartmentNaturalId(Program2Department entity)
           
 RemoteProgram2DepartmentNaturalId[] Program2DepartmentDao.toRemoteProgram2DepartmentNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteProgram2DepartmentNaturalId.
 RemoteProgram2DepartmentNaturalId[] Program2DepartmentDaoBase.toRemoteProgram2DepartmentNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type RemoteProgram2DepartmentNaturalId
 Program2Department Program2DepartmentDaoImpl.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId remoteProgram2DepartmentNaturalId)
           
 Program2Department Program2DepartmentDao.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId remoteProgram2DepartmentNaturalId)
          Converts an instance of type RemoteProgram2DepartmentNaturalId to this DAO's entity.
 void Program2DepartmentDaoImpl.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId source, Program2Department target, boolean copyIfNull)
           
 void Program2DepartmentDao.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId source, Program2Department target, boolean copyIfNull)
          Copies the fields of RemoteProgram2DepartmentNaturalId to the specified entity.
 void Program2DepartmentDaoBase.remoteProgram2DepartmentNaturalIdToEntity(RemoteProgram2DepartmentNaturalId source, Program2Department target, boolean copyIfNull)
           
 void Program2DepartmentDaoImpl.toRemoteProgram2DepartmentNaturalId(Program2Department source, RemoteProgram2DepartmentNaturalId target)
           
 void Program2DepartmentDao.toRemoteProgram2DepartmentNaturalId(Program2Department source, RemoteProgram2DepartmentNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void Program2DepartmentDaoBase.toRemoteProgram2DepartmentNaturalId(Program2Department source, RemoteProgram2DepartmentNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster that return RemoteProgram2DepartmentNaturalId
 RemoteProgram2DepartmentNaturalId[] ClusterProgramPrivilege.getProgram2DepartmentNaturalId()
           
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteProgram2DepartmentNaturalId
 void ClusterProgramPrivilege.setProgram2DepartmentNaturalId(RemoteProgram2DepartmentNaturalId[] program2DepartmentNaturalId)
           
 

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteProgram2DepartmentNaturalId
ClusterProgramPrivilege(java.lang.Integer id, java.lang.String label, java.lang.String name, RemoteProgram2DepartmentNaturalId[] program2DepartmentNaturalId, RemoteProgram2PersonNaturalId[] program2PersonNaturalId)
           
ClusterProgramPrivilege(java.lang.Integer id, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, RemoteProgram2DepartmentNaturalId[] program2DepartmentNaturalId, RemoteProgram2PersonNaturalId[] program2PersonNaturalId)
           
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return RemoteProgram2DepartmentNaturalId
 RemoteProgram2DepartmentNaturalId RemoteProgram2DepartmentFullService.getProgram2DepartmentNaturalIdById(java.lang.Integer id)
           
 RemoteProgram2DepartmentNaturalId RemoteProgram2DepartmentFullServiceWSDelegator.getProgram2DepartmentNaturalIdById(java.lang.Integer id)
           
 RemoteProgram2DepartmentNaturalId RemoteProgram2DepartmentFullServiceBase.getProgram2DepartmentNaturalIdById(java.lang.Integer id)
           
 RemoteProgram2DepartmentNaturalId[] RemoteProgram2DepartmentFullService.getProgram2DepartmentNaturalIds()
           
 RemoteProgram2DepartmentNaturalId[] RemoteProgram2DepartmentFullServiceWSDelegator.getProgram2DepartmentNaturalIds()
           
 RemoteProgram2DepartmentNaturalId[] RemoteProgram2DepartmentFullServiceBase.getProgram2DepartmentNaturalIds()
           
protected  RemoteProgram2DepartmentNaturalId RemoteProgram2DepartmentFullServiceImpl.handleGetProgram2DepartmentNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteProgram2DepartmentNaturalId RemoteProgram2DepartmentFullServiceBase.handleGetProgram2DepartmentNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteProgram2DepartmentFullServiceBase.getProgram2DepartmentNaturalIdById(java.lang.Integer)
protected  RemoteProgram2DepartmentNaturalId[] RemoteProgram2DepartmentFullServiceImpl.handleGetProgram2DepartmentNaturalIds()
           
protected abstract  RemoteProgram2DepartmentNaturalId[] RemoteProgram2DepartmentFullServiceBase.handleGetProgram2DepartmentNaturalIds()
          Performs the core logic for RemoteProgram2DepartmentFullServiceBase.getProgram2DepartmentNaturalIds()
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type RemoteProgram2DepartmentNaturalId
 RemoteProgram2DepartmentFullVO RemoteProgram2DepartmentFullService.getProgram2DepartmentByNaturalId(RemoteProgram2DepartmentNaturalId program2DepartmentNaturalId)
           
 RemoteProgram2DepartmentFullVO RemoteProgram2DepartmentFullServiceWSDelegator.getProgram2DepartmentByNaturalId(RemoteProgram2DepartmentNaturalId program2DepartmentNaturalId)
           
 RemoteProgram2DepartmentFullVO RemoteProgram2DepartmentFullServiceBase.getProgram2DepartmentByNaturalId(RemoteProgram2DepartmentNaturalId program2DepartmentNaturalId)
           
protected  RemoteProgram2DepartmentFullVO RemoteProgram2DepartmentFullServiceImpl.handleGetProgram2DepartmentByNaturalId(RemoteProgram2DepartmentNaturalId program2DepartmentNaturalId)
           
protected abstract  RemoteProgram2DepartmentFullVO RemoteProgram2DepartmentFullServiceBase.handleGetProgram2DepartmentByNaturalId(RemoteProgram2DepartmentNaturalId program2DepartmentNaturalId)
          Performs the core logic for RemoteProgram2DepartmentFullServiceBase.getProgram2DepartmentByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgram2DepartmentNaturalId)
 

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

Methods in fr.ifremer.allegro.administration.programStrategy.generic.vo with parameters of type RemoteProgram2DepartmentNaturalId
 void RemoteProgram2DepartmentNaturalId.copy(RemoteProgram2DepartmentNaturalId 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 RemoteProgram2DepartmentNaturalId
RemoteProgram2DepartmentNaturalId(RemoteProgram2DepartmentNaturalId otherBean)
          Copies constructor from other RemoteProgram2DepartmentNaturalId
 

Uses of RemoteProgram2DepartmentNaturalId in fr.ifremer.allegro.administration.user.generic.cluster
 

Methods in fr.ifremer.allegro.administration.user.generic.cluster that return RemoteProgram2DepartmentNaturalId
 RemoteProgram2DepartmentNaturalId[] ClusterDepartment.getProgram2DepartmentNaturalId()
           
 

Methods in fr.ifremer.allegro.administration.user.generic.cluster with parameters of type RemoteProgram2DepartmentNaturalId
 void ClusterDepartment.setProgram2DepartmentNaturalId(RemoteProgram2DepartmentNaturalId[] program2DepartmentNaturalId)
           
 

Constructors in fr.ifremer.allegro.administration.user.generic.cluster with parameters of type RemoteProgram2DepartmentNaturalId
ClusterDepartment(java.lang.Integer id, java.lang.String code, java.lang.String name, java.lang.String email, java.lang.String address, java.lang.String phone, java.lang.Boolean isLdap, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteDepartmentNaturalId parentDepartmentNaturalId, RemoteStatusNaturalId statusNaturalId, RemoteDepartmentNaturalId[] departmentNaturalId, RemoteProgram2DepartmentNaturalId[] program2DepartmentNaturalId, RemoteDepartmentPrivilegeTransfertNaturalId[] outputTransfertsNaturalId, RemoteDepartmentPrivilegeTransfertNaturalId[] inputTransfertsNaturalId)
           
ClusterDepartment(java.lang.String code, java.lang.String name, java.lang.Boolean isLdap, java.util.Date creationDate, RemoteStatusNaturalId statusNaturalId, RemoteDepartmentNaturalId[] departmentNaturalId, RemoteProgram2DepartmentNaturalId[] program2DepartmentNaturalId, RemoteDepartmentPrivilegeTransfertNaturalId[] outputTransfertsNaturalId, RemoteDepartmentPrivilegeTransfertNaturalId[] inputTransfertsNaturalId)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.