Uses of Class
fr.ifremer.allegro.administration.user.User

Packages that use User
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.transshipment   
fr.ifremer.allegro.data.vessel.feature.physical   
 

Uses of User in fr.ifremer.allegro.administration.user
 

Subclasses of User in fr.ifremer.allegro.administration.user
 class UserImpl
           
 

Methods in fr.ifremer.allegro.administration.user that return User
 User UserDaoImpl.clusterUserToEntity(ClusterUser clusterUser)
           
 User UserDao.clusterUserToEntity(ClusterUser clusterUser)
          Converts an instance of type ClusterUser to this DAO's entity.
 User UserDaoBase.create(java.util.Date creationDate, Department department, java.lang.String firstname, java.lang.String lastname, Status status, java.lang.String username)
           
 User UserDaoBase.create(java.lang.String lastname, java.lang.String firstname, java.lang.String address, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Persons, Status status, Department department, java.util.Collection ageReaderQualifications, java.lang.String username, java.lang.String usernameExtranet, java.lang.String employeeNumber, java.lang.String email, java.util.Collection profils)
           
 User UserDaoBase.create(User user)
           
 User UserDao.createFromClusterUser(ClusterUser clusterUser)
           
 User UserDaoBase.createFromClusterUser(ClusterUser clusterUser)
           
 User UserDao.findUserById(java.lang.Integer id)
           
 User UserDaoBase.findUserById(java.lang.Integer id)
           
 User UserDao.findUserById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as UserDao.findUserById(java.lang.Integer) with an additional argument called queryString.
 User UserDaoBase.findUserById(java.lang.String queryString, java.lang.Integer id)
           
 User UserDao.findUserByNaturalId(java.lang.Integer id)
           
 User UserDaoBase.findUserByNaturalId(java.lang.Integer id)
           
 User UserDao.findUserByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as UserDao.findUserByNaturalId(java.lang.Integer) with an additional argument called queryString.
 User UserDaoBase.findUserByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 User ManagedData.getManagerUser()
          Deprecated.  
 User ManagedDataTransferPK.getNewManagerUser()
           
 User ManagedData.getSupervisorUser()
          Deprecated.  
protected  User UserDaoImpl.handleCreateFromClusterUser(ClusterUser clusterUser)
           
protected abstract  User UserDaoBase.handleCreateFromClusterUser(ClusterUser clusterUser)
          Performs the core logic for UserDaoBase.createFromClusterUser(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUser)
 User UserDaoBase.load(java.lang.Integer id)
           
static User User.Factory.newInstance()
          Constructs a new instance of User.
static User User.Factory.newInstance(java.lang.String lastname, java.lang.String firstname, java.util.Date creationDate, Status status, Department department)
          Constructs a new instance of User, taking all required and/or read-only properties as arguments.
static User User.Factory.newInstance(java.lang.String lastname, java.lang.String firstname, java.lang.String address, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection program2Persons, Status status, Department department, java.util.Collection ageReaderQualifications, java.lang.String username, java.lang.String usernameExtranet, java.lang.String employeeNumber, java.lang.String email, java.util.Collection profils)
          Constructs a new instance of User, taking all possible properties (except the identifier(s))as arguments.
 User UserDaoImpl.remoteUserFullVOToEntity(RemoteUserFullVO remoteUserFullVO)
           
 User UserDao.remoteUserFullVOToEntity(RemoteUserFullVO remoteUserFullVO)
          Converts an instance of type RemoteUserFullVO to this DAO's entity.
 User UserDaoImpl.remoteUserNaturalIdToEntity(RemoteUserNaturalId remoteUserNaturalId)
           
 User UserDao.remoteUserNaturalIdToEntity(RemoteUserNaturalId remoteUserNaturalId)
          Converts an instance of type RemoteUserNaturalId to this DAO's entity.
protected  User UserDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.administration.user with parameters of type User
 void UserDaoImpl.clusterUserToEntity(ClusterUser source, User target, boolean copyIfNull)
           
 void UserDao.clusterUserToEntity(ClusterUser source, User target, boolean copyIfNull)
          Copies the fields of ClusterUser to the specified entity.
 void UserDaoBase.clusterUserToEntity(ClusterUser source, User target, boolean copyIfNull)
           
 ManagedDataTransfer ManagedDataTransferDao.create(java.util.Date transferDate, ManagedData managedData, User newManagerUser)
           Creates a new fr.ifremer.allegro.administration.user.ManagedDataTransfer instance from all attributes and properties and adds it to the persistent store.
 ManagedDataTransfer ManagedDataTransferDaoBase.create(java.util.Date transferDate, ManagedData managedData, User newManagerUser)
           
 java.lang.Object ManagedDataTransferDao.create(int transform, java.util.Date transferDate, ManagedData managedData, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.create(java.util.Date,fr.ifremer.allegro.administration.user.ManagedData,fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.lang.Object ManagedDataTransferDaoBase.create(int transform, java.util.Date transferDate, ManagedData managedData, User newManagerUser)
           
 java.lang.Object ManagedDataDao.create(int transform, ManagedDataType managedDataType, User managerUser)
           Does the same thing as ManagedDataDao.create(fr.ifremer.allegro.administration.user.ManagedDataType,fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.lang.Object ManagedDataDaoBase.create(int transform, ManagedDataType managedDataType, User managerUser)
           
 java.lang.Object ManagedDataDao.create(int transform, java.sql.Timestamp updateDate, User managerUser, User supervisorUser, ManagedDataType managedDataType, java.util.Collection vesselManagePeriods, java.util.Collection managedDataTransfers, java.util.Collection viewerUser)
           Does the same thing as ManagedDataDao.create(java.sql.Timestamp,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.administration.user.ManagedDataType,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object ManagedDataDaoBase.create(int transform, java.sql.Timestamp updateDate, User managerUser, User supervisorUser, ManagedDataType managedDataType, java.util.Collection vesselManagePeriods, java.util.Collection managedDataTransfers, java.util.Collection viewerUser)
           
 java.lang.Object UserDao.create(int transform, User user)
           Does the same thing as UserDao.create(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.lang.Object UserDaoBase.create(int transform, User user)
           
 ManagedData ManagedDataDao.create(ManagedDataType managedDataType, User managerUser)
           Creates a new fr.ifremer.allegro.administration.user.ManagedData instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ManagedData ManagedDataDaoBase.create(ManagedDataType managedDataType, User managerUser)
           
 ManagedData ManagedDataDao.create(java.sql.Timestamp updateDate, User managerUser, User supervisorUser, ManagedDataType managedDataType, java.util.Collection vesselManagePeriods, java.util.Collection managedDataTransfers, java.util.Collection viewerUser)
           Creates a new fr.ifremer.allegro.administration.user.ManagedData instance from all attributes and properties and adds it to the persistent store.
 ManagedData ManagedDataDaoBase.create(java.sql.Timestamp updateDate, User managerUser, User supervisorUser, ManagedDataType managedDataType, java.util.Collection vesselManagePeriods, java.util.Collection managedDataTransfers, java.util.Collection viewerUser)
           
 Person UserDao.create(User user)
          Creates an instance of fr.ifremer.allegro.administration.user.User and adds it to the persistent store.
 User UserDaoBase.create(User user)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(int transform, int pageNumber, int pageSize, User managerUser)
           Does the same thing as ManagedDataDao.findManagedDataByManagerUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(int transform, int pageNumber, int pageSize, User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(int pageNumber, int pageSize, User managerUser)
           Does the same thing as ManagedDataDao.findManagedDataByManagerUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(int pageNumber, int pageSize, User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User managerUser)
           Does the same thing as ManagedDataDao.findManagedDataByManagerUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(int transform, java.lang.String queryString, User managerUser)
           Does the same thing as ManagedDataDao.findManagedDataByManagerUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(int transform, java.lang.String queryString, User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(int transform, User managerUser)
           Does the same thing as ManagedDataDao.findManagedDataByManagerUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(int transform, User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(java.lang.String queryString, int pageNumber, int pageSize, User managerUser)
           Does the same thing as ManagedDataDao.findManagedDataByManagerUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(java.lang.String queryString, int pageNumber, int pageSize, User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(java.lang.String queryString, User managerUser)
           Does the same thing as ManagedDataDao.findManagedDataByManagerUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(java.lang.String queryString, User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataByManagerUser(User managerUser)
           
 java.util.Collection ManagedDataDaoBase.findManagedDataByManagerUser(User managerUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(int transform, int pageNumber, int pageSize, User supervisorUser)
           Does the same thing as ManagedDataDao.findManagedDataBySupervisorUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(int transform, int pageNumber, int pageSize, User supervisorUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(int pageNumber, int pageSize, User supervisorUser)
           Does the same thing as ManagedDataDao.findManagedDataBySupervisorUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(int pageNumber, int pageSize, User supervisorUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User supervisorUser)
           Does the same thing as ManagedDataDao.findManagedDataBySupervisorUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User supervisorUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(int transform, java.lang.String queryString, User supervisorUser)
           Does the same thing as ManagedDataDao.findManagedDataBySupervisorUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(int transform, java.lang.String queryString, User supervisorUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(int transform, User supervisorUser)
           Does the same thing as ManagedDataDao.findManagedDataBySupervisorUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(int transform, User supervisorUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(java.lang.String queryString, int pageNumber, int pageSize, User supervisorUser)
           Does the same thing as ManagedDataDao.findManagedDataBySupervisorUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(java.lang.String queryString, int pageNumber, int pageSize, User supervisorUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(java.lang.String queryString, User supervisorUser)
           Does the same thing as ManagedDataDao.findManagedDataBySupervisorUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(java.lang.String queryString, User supervisorUser)
           
 java.util.Collection ManagedDataDao.findManagedDataBySupervisorUser(User supervisorUser)
           
 java.util.Collection ManagedDataDaoBase.findManagedDataBySupervisorUser(User supervisorUser)
           
 java.lang.Object ManagedDataTransferDao.findManagedDataTransferByIdentifiers(int transform, java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByIdentifiers(int, fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 java.lang.Object ManagedDataTransferDaoBase.findManagedDataTransferByIdentifiers(int transform, java.lang.String queryString, User newManagerUser, ManagedData managedData)
           
 java.lang.Object ManagedDataTransferDao.findManagedDataTransferByIdentifiers(int transform, User newManagerUser, ManagedData managedData)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByIdentifiers(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional flag called transform.
 java.lang.Object ManagedDataTransferDaoBase.findManagedDataTransferByIdentifiers(int transform, User newManagerUser, ManagedData managedData)
           
 ManagedDataTransfer ManagedDataTransferDao.findManagedDataTransferByIdentifiers(java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByIdentifiers(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 ManagedDataTransfer ManagedDataTransferDaoBase.findManagedDataTransferByIdentifiers(java.lang.String queryString, User newManagerUser, ManagedData managedData)
           
 ManagedDataTransfer ManagedDataTransferDao.findManagedDataTransferByIdentifiers(User newManagerUser, ManagedData managedData)
           
 ManagedDataTransfer ManagedDataTransferDaoBase.findManagedDataTransferByIdentifiers(User newManagerUser, ManagedData managedData)
           
 java.lang.Object ManagedDataTransferDao.findManagedDataTransferByNaturalId(int transform, java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNaturalId(int, fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 java.lang.Object ManagedDataTransferDaoBase.findManagedDataTransferByNaturalId(int transform, java.lang.String queryString, User newManagerUser, ManagedData managedData)
           
 java.lang.Object ManagedDataTransferDao.findManagedDataTransferByNaturalId(int transform, User newManagerUser, ManagedData managedData)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNaturalId(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional flag called transform.
 java.lang.Object ManagedDataTransferDaoBase.findManagedDataTransferByNaturalId(int transform, User newManagerUser, ManagedData managedData)
           
 ManagedDataTransfer ManagedDataTransferDao.findManagedDataTransferByNaturalId(java.lang.String queryString, User newManagerUser, ManagedData managedData)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNaturalId(fr.ifremer.allegro.administration.user.User, fr.ifremer.allegro.administration.user.ManagedData) with an additional argument called queryString.
 ManagedDataTransfer ManagedDataTransferDaoBase.findManagedDataTransferByNaturalId(java.lang.String queryString, User newManagerUser, ManagedData managedData)
           
 ManagedDataTransfer ManagedDataTransferDao.findManagedDataTransferByNaturalId(User newManagerUser, ManagedData managedData)
           
 ManagedDataTransfer ManagedDataTransferDaoBase.findManagedDataTransferByNaturalId(User newManagerUser, ManagedData managedData)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int transform, int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(int transform, int pageNumber, int pageSize, User newManagerUser)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(int pageNumber, int pageSize, User newManagerUser)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User newManagerUser)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int transform, java.lang.String queryString, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(int transform, java.lang.String queryString, User newManagerUser)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(int transform, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(int transform, User newManagerUser)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(java.lang.String queryString, int pageNumber, int pageSize, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(java.lang.String queryString, int pageNumber, int pageSize, User newManagerUser)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(java.lang.String queryString, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(java.lang.String queryString, User newManagerUser)
           
 java.util.Collection ManagedDataTransferDao.findManagedDataTransferByNewManagerUser(User newManagerUser)
           
 java.util.Collection ManagedDataTransferDaoBase.findManagedDataTransferByNewManagerUser(User newManagerUser)
           
 java.lang.Object ManagedDataTransferDao.load(int transform, ManagedData managedData, User newManagerUser)
           Does the same thing as ManagedDataTransferDao.load(fr.ifremer.allegro.administration.user.ManagedData,fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.lang.Object ManagedDataTransferDaoBase.load(int transform, ManagedData managedData, User newManagerUser)
           
 ManagedDataTransfer ManagedDataTransferDao.load(ManagedData managedData, User newManagerUser)
          Loads an instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer from the persistent store.
 ManagedDataTransfer ManagedDataTransferDaoBase.load(ManagedData managedData, User newManagerUser)
           
static ManagedData ManagedData.Factory.newInstance(java.sql.Timestamp updateDate, User managerUser, User supervisorUser, ManagedDataType managedDataType, java.util.Collection vesselManagePeriods, java.util.Collection managedDataTransfers, java.util.Collection viewerUser)
          Constructs a new instance of ManagedData, taking all possible properties (except the identifier(s))as arguments.
static ManagedData ManagedData.Factory.newInstance(User managerUser, ManagedDataType managedDataType)
          Constructs a new instance of ManagedData, taking all required and/or read-only properties as arguments.
 void UserDaoImpl.remoteUserFullVOToEntity(RemoteUserFullVO source, User target, boolean copyIfNull)
           
 void UserDao.remoteUserFullVOToEntity(RemoteUserFullVO source, User target, boolean copyIfNull)
          Copies the fields of RemoteUserFullVO to the specified entity.
 void UserDaoBase.remoteUserFullVOToEntity(RemoteUserFullVO source, User target, boolean copyIfNull)
           
 void UserDaoImpl.remoteUserNaturalIdToEntity(RemoteUserNaturalId source, User target, boolean copyIfNull)
           
 void UserDao.remoteUserNaturalIdToEntity(RemoteUserNaturalId source, User target, boolean copyIfNull)
          Copies the fields of RemoteUserNaturalId to the specified entity.
 void UserDaoBase.remoteUserNaturalIdToEntity(RemoteUserNaturalId source, User target, boolean copyIfNull)
           
 void ManagedDataTransferDao.remove(ManagedData managedData, User newManagerUser)
          Removes the instance of fr.ifremer.allegro.administration.user.ManagedDataTransfer having the given identifiers from the persistent store.
 void ManagedDataTransferDaoBase.remove(ManagedData managedData, User newManagerUser)
           
 void UserDao.remove(User user)
          Removes the instance of fr.ifremer.allegro.administration.user.User from the persistent store.
 void UserDaoBase.remove(User user)
           
 void ManagedData.setManagerUser(User managerUser)
          Deprecated.  
 void ManagedDataTransferPK.setNewManagerUser(User newManagerUser)
           
 void ManagedData.setSupervisorUser(User supervisorUser)
          Deprecated.  
 ClusterUser UserDaoImpl.toClusterUser(User entity)
           
 ClusterUser UserDao.toClusterUser(User entity)
          Converts this DAO's entity to an object of type ClusterUser.
 ClusterUser UserDaoBase.toClusterUser(User entity)
           
 void UserDaoImpl.toClusterUser(User source, ClusterUser target)
           
 void UserDao.toClusterUser(User source, ClusterUser target)
          Copies the fields of the specified entity to the target value object.
 void UserDaoBase.toClusterUser(User source, ClusterUser target)
           
 RemoteUserFullVO UserDaoImpl.toRemoteUserFullVO(User entity)
           
 RemoteUserFullVO UserDao.toRemoteUserFullVO(User entity)
          Converts this DAO's entity to an object of type RemoteUserFullVO.
 RemoteUserFullVO UserDaoBase.toRemoteUserFullVO(User entity)
           
 void UserDaoImpl.toRemoteUserFullVO(User source, RemoteUserFullVO target)
           
 void UserDao.toRemoteUserFullVO(User source, RemoteUserFullVO target)
          Copies the fields of the specified entity to the target value object.
 void UserDaoBase.toRemoteUserFullVO(User source, RemoteUserFullVO target)
           
 RemoteUserNaturalId UserDaoImpl.toRemoteUserNaturalId(User entity)
           
 RemoteUserNaturalId UserDao.toRemoteUserNaturalId(User entity)
          Converts this DAO's entity to an object of type RemoteUserNaturalId.
 RemoteUserNaturalId UserDaoBase.toRemoteUserNaturalId(User entity)
           
 void UserDaoImpl.toRemoteUserNaturalId(User source, RemoteUserNaturalId target)
           
 void UserDao.toRemoteUserNaturalId(User source, RemoteUserNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void UserDaoBase.toRemoteUserNaturalId(User source, RemoteUserNaturalId target)
           
protected  java.lang.Object UserDaoBase.transformEntity(int transform, User entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.administration.user.UserDao, please note that the PersonDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void UserDao.update(User user)
          Updates the user instance in the persistent store.
 void UserDaoBase.update(User user)
           
 

Uses of User in fr.ifremer.allegro.data.sample
 

Methods in fr.ifremer.allegro.data.sample that return User
 User Sample.getRecorderUser()
           
 

Methods in fr.ifremer.allegro.data.sample with parameters of type User
 java.lang.Object SampleDao.create(int transform, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           Does the same thing as SampleDao.create(java.lang.String,java.util.Date,java.lang.Short,java.lang.Float,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.sample.Sample,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.operation.FishingOperation,java.util.Collection) with an additional flag called transform.
 java.lang.Object SampleDaoBase.create(int transform, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           
 Sample SampleDao.create(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           Creates a new fr.ifremer.allegro.data.sample.Sample instance from all attributes and properties and adds it to the persistent store.
 Sample SampleDaoBase.create(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as SampleDao.findSampleByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           Does the same thing as SampleDao.findSampleByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as SampleDao.findSampleByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           Does the same thing as SampleDao.findSampleByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(int transform, User recorderUser)
           Does the same thing as SampleDao.findSampleByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(int transform, User recorderUser)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as SampleDao.findSampleByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(java.lang.String queryString, User recorderUser)
           Does the same thing as SampleDao.findSampleByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(java.lang.String queryString, User recorderUser)
           
 java.util.Collection SampleDao.findSampleByRecorderUser(User recorderUser)
           
 java.util.Collection SampleDaoBase.findSampleByRecorderUser(User recorderUser)
           
static Sample Sample.Factory.newInstance(java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection sampleMeasurements, Sample parentSample, java.util.Collection childSamples, Matrix matrix, Unit sizeUnit, Batch batch, TaxonGroup taxonGroup, ReferenceTaxon referenceTaxon, User recorderUser, Program program, Department recorderDepartment, QualityFlag qualityFlag, FishingOperation fishingOperation, java.util.Collection fishingAreas)
          Constructs a new instance of Sample, taking all possible properties (except the identifier(s))as arguments.
 void Sample.setRecorderUser(User recorderUser)
           
 

Uses of User in fr.ifremer.allegro.data.transshipment
 

Methods in fr.ifremer.allegro.data.transshipment that return User
 User Transshipment.getRecorderUser()
           
 

Methods in fr.ifremer.allegro.data.transshipment with parameters of type User
 Transshipment TransshipmentDao.create(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           Creates a new fr.ifremer.allegro.data.transshipment.Transshipment instance from all attributes and properties and adds it to the persistent store.
 Transshipment TransshipmentDaoBase.create(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           
 java.lang.Object TransshipmentDao.create(int transform, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           Does the same thing as TransshipmentDao.create(java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.SurveyQualification,java.util.Collection) with an additional flag called transform.
 java.lang.Object TransshipmentDaoBase.create(int transform, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(int transform, User recorderUser)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(int transform, User recorderUser)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(java.lang.String queryString, User recorderUser)
           Does the same thing as TransshipmentDao.findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(java.lang.String queryString, User recorderUser)
           
 java.util.Collection TransshipmentDao.findTransshipmentByRecorderUser(User recorderUser)
           
 java.util.Collection TransshipmentDaoBase.findTransshipmentByRecorderUser(User recorderUser)
           
static Transshipment Transshipment.Factory.newInstance(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
          Constructs a new instance of Transshipment, taking all possible properties (except the identifier(s))as arguments.
 void Transshipment.setRecorderUser(User recorderUser)
           
 

Uses of User in fr.ifremer.allegro.data.vessel.feature.physical
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return User
 User VesselPhysicalFeatures.getRecorderUser()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type User
 PhysicalFeatures VesselPhysicalFeaturesDao.create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoBase.create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           
 java.lang.Object VesselPhysicalFeaturesDao.create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           Does the same thing as VesselPhysicalFeaturesDao.create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.programStrategy.Program,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Collection,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object VesselPhysicalFeaturesDaoBase.create(int transform, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(int transform, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional flag called transform.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(int transform, User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, User recorderUser)
           Does the same thing as VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(fr.ifremer.allegro.administration.user.User) with an additional argument called queryString.
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(java.lang.String queryString, User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDao.findVesselPhysicalFeaturesByRecorderUser(User recorderUser)
           
 java.util.Collection VesselPhysicalFeaturesDaoBase.findVesselPhysicalFeaturesByRecorderUser(User recorderUser)
           
static VesselPhysicalFeatures VesselPhysicalFeatures.Factory.newInstance(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
          Constructs a new instance of VesselPhysicalFeatures, taking all possible properties (except the identifier(s))as arguments.
 void VesselPhysicalFeatures.setRecorderUser(User recorderUser)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.