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/workflow/modules/alertgru/business/AlertGruTaskConfig.java |
699 |
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/BroadcastHistory.java |
56 |
public int getIdMailingListBroadcast( )
{
return _nIdMailingListBroadcast;
}
/**
* Sets the IdMailingListBroadcast.
*
* @param nIdMailingListBroadcast
* The IdMailingListBroadcast
*/
public void setIdMailingListBroadcast( int nIdMailingListBroadcast )
{
_nIdMailingListBroadcast = nIdMailingListBroadcast;
}
/**
* @return the EmailBroadcast
*/
public String getEmailBroadcast( )
{
return _strEmailBroadcast;
}
/**
* Sets the EmailBroadcast
*
* @param strEmailBroadcast
* the _strEmailBroadcast to set
*/
public void setEmailBroadcast( String strEmailBroadcast )
{
this._strEmailBroadcast = strEmailBroadcast;
}
/**
* Returns the SenderNameBroadcast.
*
* @return The SenderNameBroadcast
*/
public String getSenderNameBroadcast( )
{
return _strSenderNameBroadcast;
}
/**
* Sets the SenderNameBroadcast.
*
* @param strSenderNameBroadcast
* The SenderNameBroadcast
*/
public void setSenderNameBroadcast( String strSenderNameBroadcast )
{
_strSenderNameBroadcast = strSenderNameBroadcast;
}
/**
* Returns the SubjectBroadcast.
*
* @return The SubjectBroadcast
*/
public String getSubjectBroadcast( )
{
return _strSubjectBroadcast;
}
/**
* Sets the SubjectBroadcast.
*
* @param strSubjectBroadcast
* The SubjectBroadcast
*/
public void setSubjectBroadcast( String strSubjectBroadcast )
{
_strSubjectBroadcast = strSubjectBroadcast;
}
/**
* Returns the MessageBroadcast.
*
* @return The MessageBroadcast
*/
public String getMessageBroadcast( )
{
return _strMessageBroadcast;
}
/**
* Sets the MessageBroadcast.
*
* @param strMessageBroadcast
* The MessageBroadcast
*/
public void setMessageBroadcast( String strMessageBroadcast )
{
_strMessageBroadcast = strMessageBroadcast;
}
/**
* Returns the RecipientsCcBroadcast.
*
* @return The RecipientsCcBroadcast
*/
public String getRecipientsCcBroadcast( )
{
return _strRecipientsCcBroadcast;
}
/**
* Sets the RecipientsCcBroadcast.
*
* @param strRecipientsCcBroadcast
* The RecipientsCcBroadcast
*/
public void setRecipientsCcBroadcast( String strRecipientsCcBroadcast )
{
_strRecipientsCcBroadcast = strRecipientsCcBroadcast;
}
/**
* Returns the RecipientsCciBroadcast.
*
* @return The RecipientsCciBroadcast
*/
public String getRecipientsCciBroadcast( )
{
return _strRecipientsCciBroadcast;
}
/**
* Sets the RecipientsCciBroadcast.
*
* @param strRecipientsCciBroadcast
* The RecipientsCciBroadcast
*/
public void setRecipientsCciBroadcast( String strRecipientsCciBroadcast )
{
_strRecipientsCciBroadcast = strRecipientsCciBroadcast;
}
/**
* Returns the ActiveOngletBroadcast.
*
* @return The ActiveOngletBroadcast
*/
public boolean isActiveOngletBroadcast( )
{
return _bActiveOngletBroadcast;
}
/**
* Sets the ActiveOngletBroadcast.
*
* @param bActiveOngletBroadcast
* The ActiveOngletBroadcast
*/
public void setActiveOngletBroadcast( boolean bActiveOngletBroadcast ) |
Fichier |
Ligne |
fr/paris/lutece/plugins/workflow/modules/alertgru/business/UpdateTaskStateResourceQueueDAO.java |
75 |
fr/paris/lutece/plugins/workflow/modules/alertgru/business/UpdateTaskStateResourceQueueDAO.java |
177 |
try ( DAOUtil daoUtil = new DAOUtil( SQL_QUERY_INSERT, Statement.RETURN_GENERATED_KEYS, plugin ) )
{
int nIndex = 0;
daoUtil.setInt( ++nIndex, updateTaskStateResourceQueue.getIdResource( ) );
daoUtil.setInt( ++nIndex, updateTaskStateResourceQueue.getIdTask( ) );
daoUtil.setString( ++nIndex, updateTaskStateResourceQueue.getResourceType( ) );
daoUtil.setInt( ++nIndex, updateTaskStateResourceQueue.getIdExternalParent( ) );
daoUtil.setInt( ++nIndex, updateTaskStateResourceQueue.getIdWorkflow( ) );
daoUtil.setInt( ++nIndex, updateTaskStateResourceQueue.getIdResourceHistory( ) );
daoUtil.setBoolean( ++nIndex, updateTaskStateResourceQueue.getStatus( ) );
daoUtil.setTimestamp( ++nIndex, updateTaskStateResourceQueue.getCreationDate( ) );
daoUtil.setTimestamp( ++nIndex, updateTaskStateResourceQueue.getAlertReferenceDate( ) );
daoUtil.setInt( ++nIndex, updateTaskStateResourceQueue.getIdState( ) );
daoUtil.executeUpdate( ); |
Fichier |
Ligne |
fr/paris/lutece/plugins/workflow/modules/alertgru/business/AlertGruTaskConfig.java |
279 |
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/GuichetHistory.java |
55 |
public String getMessageGuichet( )
{
return _strMessageGuichet;
}
/**
* Sets the MessageGuichet.
*
* @param strMessageGuichet
* The MessageGuichet
*/
public void setMessageGuichet( String strMessageGuichet )
{
_strMessageGuichet = strMessageGuichet;
}
/**
* Returns the StatustextGuichet.
*
* @return The StatustextGuichet
*/
public String getStatustextGuichet( )
{
return _strStatustextGuichet;
}
/**
* Sets the StatustextGuichet.
*
* @param strStatustextGuichet
* The StatustextGuichet
*/
public void setStatustextGuichet( String strStatustextGuichet )
{
_strStatustextGuichet = strStatustextGuichet;
}
/**
* Returns the SenderNameGuichet.
*
* @return The SenderNameGuichet
*/
public String getSenderNameGuichet( )
{
return _strSenderNameGuichet;
}
/**
* Sets the SenderNameGuichet.
*
* @param strSenderNameGuichet
* The SenderNameGuichet
*/
public void setSenderNameGuichet( String strSenderNameGuichet )
{
_strSenderNameGuichet = strSenderNameGuichet;
}
/**
* Returns the SubjectGuichet.
*
* @return The SubjectGuichet
*/
public String getSubjectGuichet( )
{
return _strSubjectGuichet;
}
/**
* Sets the SubjectGuichet.
*
* @param strSubjectGuichet
* The SubjectGuichet
*/
public void setSubjectGuichet( String strSubjectGuichet )
{
_strSubjectGuichet = strSubjectGuichet;
}
/**
* Returns the DemandMaxStepGuichet.
*
* @return The DemandMaxStepGuichet
*/
public int getDemandMaxStepGuichet( )
{
return _nDemandMaxStepGuichet;
}
/**
* Sets the DemandMaxStepGuichet.
*
* @param nDemandMaxStepGuichet
* The DemandMaxStepGuichet
*/
public void setDemandMaxStepGuichet( int nDemandMaxStepGuichet )
{
_nDemandMaxStepGuichet = nDemandMaxStepGuichet;
}
/**
* Returns the DemandUserCurrentStepGuichet.
*
* @return The DemandUserCurrentStepGuichet
*/
public int getDemandUserCurrentStepGuichet( )
{
return _nDemandUserCurrentStepGuichet;
}
/**
* Sets the DemandUserCurrentStepGuichet.
*
* @param nDemandUserCurrentStepGuichet
* The DemandUserCurrentStepGuichet
*/
public void setDemandUserCurrentStepGuichet( int nDemandUserCurrentStepGuichet )
{
_nDemandUserCurrentStepGuichet = nDemandUserCurrentStepGuichet;
}
/**
* Returns the ActiveOngletGuichet.
*
* @return The ActiveOngletGuichet
*/
public boolean isActiveOngletGuichet( )
{
return _bActiveOngletGuichet;
}
/**
* Sets the ActiveOngletGuichet.
*
* @param bActiveOngletGuichet
* The ActiveOngletGuichet
*/
public void setActiveOngletGuichet( boolean bActiveOngletGuichet ) |
Fichier |
Ligne |
fr/paris/lutece/plugins/workflow/modules/alertgru/business/AlertGruTaskConfig.java |
489 |
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/EmailHistory.java |
54 |
public String getSubjectEmail( )
{
return _strSubjectEmail;
}
/**
* Sets the SubjectEmail.
*
* @param strSubjectEmail
* The SubjectEmail
*/
public void setSubjectEmail( String strSubjectEmail )
{
_strSubjectEmail = strSubjectEmail;
}
/**
* Returns the MessageEmail.
*
* @return The MessageEmail
*/
public String getMessageEmail( )
{
return _strMessageEmail;
}
/**
* Sets the MessageEmail.
*
* @param strMessageEmail
* The MessageEmail
*/
public void setMessageEmail( String strMessageEmail )
{
_strMessageEmail = strMessageEmail;
}
/**
* Returns the SenderNameEmail.
*
* @return The SenderNameEmail
*/
public String getSenderNameEmail( )
{
return _strSenderNameEmail;
}
/**
* Sets the SenderNameEmail.
*
* @param strSenderNameEmail
* The SenderNameEmail
*/
public void setSenderNameEmail( String strSenderNameEmail )
{
_strSenderNameEmail = strSenderNameEmail;
}
/**
* Returns the RecipientsCcEmail.
*
* @return The RecipientsCcEmail
*/
public String getRecipientsCcEmail( )
{
return _strRecipientsCcEmail;
}
/**
* Sets the RecipientsCcEmail.
*
* @param strRecipientsCcEmail
* The RecipientsCcEmail
*/
public void setRecipientsCcEmail( String strRecipientsCcEmail )
{
_strRecipientsCcEmail = strRecipientsCcEmail;
}
/**
* Returns the RecipientsCciEmail.
*
* @return The RecipientsCciEmail
*/
public String getRecipientsCciEmail( )
{
return _strRecipientsCciEmail;
}
/**
* Sets the RecipientsCciEmail.
*
* @param strRecipientsCciEmail
* The RecipientsCciEmail
*/
public void setRecipientsCciEmail( String strRecipientsCciEmail )
{
_strRecipientsCciEmail = strRecipientsCciEmail;
}
/**
* Returns the ActiveOngletEmail.
*
* @return The ActiveOngletEmail
*/
public boolean isActiveOngletEmail( )
{
return _bActiveOngletEmail;
}
/**
* Sets the ActiveOngletEmail.
*
* @param bActiveOngletEmail
* The ActiveOngletEmail
*/
public void setActiveOngletEmail( boolean bActiveOngletEmail ) |