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