Class DefaultB2BDocumentTypeService
- java.lang.Object
-
- de.hybris.platform.accountsummaryaddon.document.service.impl.DefaultB2BDocumentTypeService
-
- All Implemented Interfaces:
B2BDocumentTypeService
public class DefaultB2BDocumentTypeService extends java.lang.Object implements B2BDocumentTypeService
Provides services for B2B document type.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BDocumentTypeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchResult<B2BDocumentTypeModel>
getAllDocumentTypes()
Gets all document types.protected B2BDocumentTypeDao
getB2bDocumentTypeDao()
void
setB2bDocumentTypeDao(B2BDocumentTypeDao b2bDocumentTypeDao)
-
-
-
Method Detail
-
getAllDocumentTypes
public SearchResult<B2BDocumentTypeModel> getAllDocumentTypes()
Description copied from interface:B2BDocumentTypeService
Gets all document types.- Specified by:
getAllDocumentTypes
in interfaceB2BDocumentTypeService
- Returns:
- a SearchResult
containing document types.
-
setB2bDocumentTypeDao
public void setB2bDocumentTypeDao(B2BDocumentTypeDao b2bDocumentTypeDao)
-
getB2bDocumentTypeDao
protected B2BDocumentTypeDao getB2bDocumentTypeDao()
-
-