public class TransferPeriodToBG7
extends java.lang.Object
Constructor and Description |
---|
TransferPeriodToBG7(User user,
java.lang.String billingId,
AccountHandlingUseCase useCase) |
TransferPeriodToBG7(User user,
java.lang.String bg7billingId,
AccountHandlingUseCase useCase,
ServiceTypeConverter typeConverter) |
TransferPeriodToBG7(User user,
java.lang.String billingId,
java.sql.Connection connection) |
Modifier and Type | Method and Description |
---|---|
protected ContractDAO |
contractDao(java.lang.String billingId) |
protected ru.ufanet.servicecost.CostCalculator |
costCalculator(int elsId) |
int |
openEqualPeriods(int commonContractId,
int elsId,
java.util.List<ElsContract> oldContracts) |
protected PeriodCreator |
periodCreator(java.lang.String serviceType) |
public TransferPeriodToBG7(User user, java.lang.String billingId, java.sql.Connection connection)
public TransferPeriodToBG7(User user, java.lang.String billingId, AccountHandlingUseCase useCase)
public TransferPeriodToBG7(User user, java.lang.String bg7billingId, AccountHandlingUseCase useCase, ServiceTypeConverter typeConverter)
public int openEqualPeriods(int commonContractId, int elsId, java.util.List<ElsContract> oldContracts) throws BGException
BGException
protected PeriodCreator periodCreator(java.lang.String serviceType) throws BGException
BGException
protected ru.ufanet.servicecost.CostCalculator costCalculator(int elsId)
protected ContractDAO contractDao(java.lang.String billingId) throws BGException
BGException