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