public class DefiningAgglomerationUL extends DefiningAgglomerationCommon
CONFIG_ID
Constructor and Description |
---|
DefiningAgglomerationUL(java.util.List<Contract> linkedContracts,
java.sql.Connection connection,
User user,
Process process) |
Modifier and Type | Method and Description |
---|---|
void |
fillParam() |
protected int |
getAgglomerationValue() |
static int |
getAgglomerationValue(HasOrganization process) |
static int |
getAgglomerationValue(int organizationId) |
static int |
getAgglomerationValue(ParamValueDAO paramValueDAO,
Process process) |
protected int |
getCityIdFromProcessParameter(int processId) |
void |
updateProcessAgglomerationByFirstContract() |
getAgglomerationParamId, getConnection, getContractAgglomerationValue, getContractParamDAO, getContractService, getLinkedContracts, getNotSubContractList, getParamValueDAO, getProcess, isFilledParameterAgglomeration, updateContractList, updateContractParam
public DefiningAgglomerationUL(java.util.List<Contract> linkedContracts, java.sql.Connection connection, User user, Process process) throws BGException
BGException
public void fillParam() throws BGException
fillParam
in interface DefiningAgglomeration
fillParam
in class DefiningAgglomerationCommon
BGException
protected int getAgglomerationValue() throws BGException
getAgglomerationValue
in class DefiningAgglomerationCommon
BGException
public static int getAgglomerationValue(ParamValueDAO paramValueDAO, Process process)
public static int getAgglomerationValue(HasOrganization process) throws BGException
BGException
public static int getAgglomerationValue(int organizationId) throws BGException
BGException
public void updateProcessAgglomerationByFirstContract() throws BGException
BGException
protected int getCityIdFromProcessParameter(int processId) throws BGException
getCityIdFromProcessParameter
in class DefiningAgglomerationCommon
BGException