Class BillingPositionCheckerServiceImpl
java.lang.Object
ch.tocco.nice2.optional.order.api.BillingPositionCheckerServiceImpl
- All Implemented Interfaces:
 BillingPositionCheckerService
public class BillingPositionCheckerServiceImpl
extends Object
implements BillingPositionCheckerService
Checks if all if all billing positions that are defined on the entity-type are also on the base-entity.
 If this is not the case it will display a warning, which the user can ignore
- 
Constructor Summary
ConstructorsConstructorDescriptionBillingPositionCheckerServiceImpl(ClientQuestionService clientQuestionService, TextResources textResources, DefaultDisplayService defaultDisplayService)  - 
Method Summary
 
- 
Constructor Details
- 
BillingPositionCheckerServiceImpl
public BillingPositionCheckerServiceImpl(ClientQuestionService clientQuestionService, TextResources textResources, DefaultDisplayService defaultDisplayService)  
 - 
 - 
Method Details
- 
check
- Specified by:
 checkin interfaceBillingPositionCheckerService- Throws:
 PersistException
 
 -