Interface B2BDocumentTypeService
- All Known Implementing Classes:
DefaultB2BDocumentTypeService
public interface B2BDocumentTypeService
Provides services for the B2BDocument type
-
Method Summary
Modifier and TypeMethodDescriptionGets all document types.
-
Method Details
-
getAllDocumentTypes
SearchResult<B2BDocumentTypeModel> getAllDocumentTypes()Gets all document types.- Returns:
- a SearchResult
containing document types.
-