Class DefaultB2BDocumentTypeDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<B2BDocumentTypeModel>
-
- de.hybris.platform.accountsummaryaddon.document.dao.impl.DefaultB2BDocumentTypeDao
-
- All Implemented Interfaces:
B2BDocumentTypeDao
,GenericDao<B2BDocumentTypeModel>
public class DefaultB2BDocumentTypeDao extends DefaultGenericDao<B2BDocumentTypeModel> implements B2BDocumentTypeDao
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BDocumentTypeDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchResult<B2BDocumentTypeModel>
getAllDocumentTypes()
Gets all document types.-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
-
-
-
Method Detail
-
getAllDocumentTypes
public SearchResult<B2BDocumentTypeModel> getAllDocumentTypes()
Description copied from interface:B2BDocumentTypeDao
Gets all document types.- Specified by:
getAllDocumentTypes
in interfaceB2BDocumentTypeDao
- Returns:
- a SearchResult
containing a list of all document types.
-
-