Résultats CPD
Le document suivant contient les résultats de l'inspection CPD CPD 6.13.0.
Duplicatas
Fichier |
Ligne |
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java |
96 |
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java |
126 |
daoUtil.setInt( 1, nKey );
daoUtil.executeQuery( );
if ( daoUtil.next( ) )
{
int nIndex = 1;
notifygruMappingManager = new NotifygruMappingManager( );
notifygruMappingManager.setId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setBeanKey( daoUtil.getString( nIndex++ ) );
notifygruMappingManager.setConnectionId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setCustomerId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setMobilePhoneNumber( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setFixedPhoneNumber( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setEmail( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setDemandeTypeId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setDemandReference( daoUtil.getInt( nIndex++ ) );
}
}
return notifygruMappingManager;
}
/**
* {@inheritDoc }
*/
@Override
public NotifygruMappingManager load( String strKey, Plugin plugin ) |
Fichier |
Ligne |
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java |
103 |
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java |
133 |
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java |
199 |
notifygruMappingManager.setId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setBeanKey( daoUtil.getString( nIndex++ ) );
notifygruMappingManager.setConnectionId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setCustomerId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setMobilePhoneNumber( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setFixedPhoneNumber( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setEmail( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setDemandeTypeId( daoUtil.getInt( nIndex++ ) );
notifygruMappingManager.setDemandReference( daoUtil.getInt( nIndex++ ) ); |
Fichier |
Ligne |
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java |
69 |
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java |
170 |
daoUtil.setString( nIndex++, notifygruMappingManager.getBeanKey( ) );
daoUtil.setInt( nIndex++, notifygruMappingManager.getConnectionId( ) );
daoUtil.setInt( nIndex++, notifygruMappingManager.getCustomerId( ) );
daoUtil.setInt( nIndex++, notifygruMappingManager.getMobilePhoneNumber( ) );
daoUtil.setInt( nIndex++, notifygruMappingManager.getFixedPhoneNumber( ) );
daoUtil.setInt( nIndex++, notifygruMappingManager.getEmail( ) );
daoUtil.setInt( nIndex++, notifygruMappingManager.getDemandeTypeId( ) );
daoUtil.setInt( nIndex++, notifygruMappingManager.getDemandReference( ) );
daoUtil.executeUpdate( ); |