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 Details

    • DefaultPrPartyRoleDao

      public DefaultPrPartyRoleDao()
      Deprecated.
  • Method Details

    • findPartyRole

      public PrPartyRoleModel findPartyRole(Map<String,? extends Object> params)
      Deprecated.
      Description copied from interface: PrPartyRoleDao
      Searches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.
      Specified by:
      findPartyRole in interface PrPartyRoleDao
      Parameters:
      params - Map containing 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: PrPartyRoleDao
      Retrieves a list of PrPartyRoleModel filtered by a given filtering context
      Specified by:
      getPartyRoles in interface PrPartyRoleDao
      Parameters:
      filteringContext - the filtering context
      offset - the offset
      limit - maximum number of returned party roles
      Returns:
      the list of party roles found for given offset, limit and filteringContext
    • getNumberOfPartyRoles

      public Integer getNumberOfPartyRoles(PrPartyRoleFilteringContextData filteringContext)
      Deprecated.
      Description copied from interface: PrPartyRoleDao
      Retrieves the total number of party roles found, filtered by given filtering context.
      Specified by:
      getNumberOfPartyRoles in interface PrPartyRoleDao
      Parameters:
      filteringContext - the filtering context.
      Returns:
      the number of party roles found.