Class AbstractWarehousingBusinessProcessService<T extends ItemModel>

Type Parameters:
T - The type of item that this business process service is used for.
All Implemented Interfaces:
BusinessProcessService, WarehousingBusinessProcessService<T>, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
DefaultConsignmentProcessService, DefaultOrderProcessService, DefaultReturnProcessService

public abstract class AbstractWarehousingBusinessProcessService<T extends ItemModel> extends DefaultBusinessProcessService implements WarehousingBusinessProcessService<T>
Abstract implementation of the WarehousingBusinessProcessService provides implementations for event triggering and only requires that subclasses provide an means to obtain the business process code associated with the item model provided.
See Also: