Class DefaultPmOrganizationService
java.lang.Object
de.hybris.platform.partyservices.services.impl.DefaultPmOrganizationService
- All Implemented Interfaces:
PmOrganizationService
@Deprecated(since="2208")
public class DefaultPmOrganizationService
extends Object
implements PmOrganizationService
Deprecated.
2208
Default implementation of the
PmOrganizationService.- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPmOrganizationService(PmOrganizationDao organizationDao, de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates an instance ofPmOrganizationModelfindOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofPmOrganizationModelfor a given filtering context.protected de.hybris.platform.servicelayer.model.ModelServiceDeprecated.getNumberOfOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext) Deprecated.Retrieves the total number of organization parties found for a given filtering context.Deprecated.Returns the organization for the provided id.protected PmOrganizationDaoDeprecated.voidremoveOrganization(PmOrganizationModel organization) Deprecated.Removes the givenPmOrganizationModelvoidsaveOrganization(PmOrganizationModel organizationModel) Deprecated.Saves a givenPmOrganizationModel
-
Constructor Details
-
DefaultPmOrganizationService
public DefaultPmOrganizationService(PmOrganizationDao organizationDao, de.hybris.platform.servicelayer.model.ModelService modelService) Deprecated.
-
-
Method Details
-
getOrganization
Deprecated.Description copied from interface:PmOrganizationServiceReturns the organization for the provided id.- Specified by:
getOrganizationin interfacePmOrganizationService- Parameters:
id- The unique identifier of the organization- Returns:
- The
PmOrganizationModelfor the provided id
-
findOrganizationParties
public List<PmOrganizationModel> findOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext, Integer offset, Integer limit) Deprecated.Description copied from interface:PmOrganizationServiceRetrieves a list ofPmOrganizationModelfor a given filtering context.- Specified by:
findOrganizationPartiesin interfacePmOrganizationService- Parameters:
pmOrganizationFilteringContext- the organization party context.offset- the offset.limit- the maximum number of returned parties.- Returns:
- the list of organization parties found for the given context.
-
getNumberOfOrganizationParties
public Integer getNumberOfOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext) Deprecated.Description copied from interface:PmOrganizationServiceRetrieves the total number of organization parties found for a given filtering context.- Specified by:
getNumberOfOrganizationPartiesin interfacePmOrganizationService- Parameters:
pmOrganizationFilteringContext- the organization party context.- Returns:
- the number of organization parties found.
-
removeOrganization
Deprecated.Description copied from interface:PmOrganizationServiceRemoves the givenPmOrganizationModel- Specified by:
removeOrganizationin interfacePmOrganizationService- Parameters:
organization- the organization to be removed
-
createOrganization
Deprecated.Description copied from interface:PmOrganizationServiceCreates an instance ofPmOrganizationModel- Specified by:
createOrganizationin interfacePmOrganizationService- Returns:
- the newly created organization
-
saveOrganization
Deprecated.Description copied from interface:PmOrganizationServiceSaves a givenPmOrganizationModel- Specified by:
saveOrganizationin interfacePmOrganizationService- Parameters:
organizationModel- the organization to be saved
-
getOrganizationDao
Deprecated. -
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()Deprecated.
-