Class AbstractWarehousingCommentService

All Implemented Interfaces:
CommentService, WarehousingCommentService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
DefaultAsnCommentService, DefaultConsignmentEntryCommentService, DefaultOrderEntryCommentService, DefaultStockLevelCommentService

public abstract class AbstractWarehousingCommentService extends DefaultCommentService implements WarehousingCommentService
Abstract implementation of the WarehousingCommentService provides implementations for comment creation and initialization. It only requires that subclasses provide a means to obtain the comments associated with the item model provided.
See Also: