Class CreateFinancialYearActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.CreateFinancialYearActionServiceImpl
- All Implemented Interfaces:
CreateFinancialYearActionService
@Deprecated
public class CreateFinancialYearActionServiceImpl
extends Object
implements CreateFinancialYearActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionCreateFinancialYearActionServiceImpl
(Context context, RebindService rebindService, CommandExecutor commandExecutor, QueryBuilderFactory queryBuilderFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
createYear
(RebindValue[] values, boolean relateAccounts, boolean relateCostCenters) Deprecated.@Nullable org.joda.time.LocalDate
Deprecated.
-
Constructor Details
-
CreateFinancialYearActionServiceImpl
public CreateFinancialYearActionServiceImpl(Context context, RebindService rebindService, CommandExecutor commandExecutor, QueryBuilderFactory queryBuilderFactory) Deprecated.
-
-
Method Details
-
getLastEndDate
Deprecated.- Specified by:
getLastEndDate
in interfaceCreateFinancialYearActionService
- Throws:
PersistException
-
createYear
public void createYear(RebindValue[] values, boolean relateAccounts, boolean relateCostCenters) throws PersistException Deprecated.- Specified by:
createYear
in interfaceCreateFinancialYearActionService
- Throws:
PersistException
-