Class DefaultPrPartyRoleDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<PrPartyRoleModel>
de.hybris.platform.partyroleservices.daos.impl.DefaultPrPartyRoleDao
- All Implemented Interfaces:
PrPartyRoleDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<PrPartyRoleModel>
@Deprecated(since="2208")
public class DefaultPrPartyRoleDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<PrPartyRoleModel>
implements PrPartyRoleDao
Deprecated.
2208
Default implementation of
PrPartyRoleDao- Since:
- 2108
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindPartyRole(Map<String, ? extends Object> params) Deprecated.Searches for a unique model based on given parameters.getNumberOfPartyRoles(PrPartyRoleFilteringContextData filteringContext) Deprecated.Retrieves the total number of party roles found, filtered by given filtering context.getPartyRoles(PrPartyRoleFilteringContextData filteringContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofPrPartyRoleModelfiltered by a given filtering contextMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Constructor Details
-
DefaultPrPartyRoleDao
public DefaultPrPartyRoleDao()Deprecated.
-
-
Method Details
-
findPartyRole
Deprecated.Description copied from interface:PrPartyRoleDaoSearches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.- Specified by:
findPartyRolein interfacePrPartyRoleDao- Parameters:
params-Mapcontaining name-value pairs used for identifying the unique model- Returns:
- model for given parameter
-
getPartyRoles
public List<PrPartyRoleModel> getPartyRoles(PrPartyRoleFilteringContextData filteringContext, Integer offset, Integer limit) Deprecated.Description copied from interface:PrPartyRoleDaoRetrieves a list ofPrPartyRoleModelfiltered by a given filtering context- Specified by:
getPartyRolesin interfacePrPartyRoleDao- Parameters:
filteringContext- the filtering contextoffset- the offsetlimit- maximum number of returned party roles- Returns:
- the list of party roles found for given offset, limit and filteringContext
-
getNumberOfPartyRoles
Deprecated.Description copied from interface:PrPartyRoleDaoRetrieves the total number of party roles found, filtered by given filtering context.- Specified by:
getNumberOfPartyRolesin interfacePrPartyRoleDao- Parameters:
filteringContext- the filtering context.- Returns:
- the number of party roles found.
-