Fork me on GitHub

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 117
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java 147
            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 92
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java 189
            int nIndex = 1;
            daoUtil.setInt( nIndex++, notifygruMappingManager.getId( ) );
    
            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( );
Fichier Ligne
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java 124
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java 154
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java 220
                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++ ) );