Class DefaultBaGenericService
java.lang.Object
de.hybris.platform.billingaccountservices.services.impl.DefaultBaGenericService
- All Implemented Interfaces:
BaGenericService
@Deprecated(since="2208")
public class DefaultBaGenericService
extends Object
implements BaGenericService
Deprecated.
2208
Default implementation of
BaGenericService.- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultBaGenericService(de.hybris.platform.servicelayer.model.ModelService modelService, BaGenericDao baGenericDao) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreateItem(Class itemClass) Deprecated.Creates a new item model of the given class.protected BaGenericDaoDeprecated.Deprecated.Retrieves an item model of a specific typeCode with the given idDeprecated.Retrieves an item model of a specific typeCode with the given parametersprotected de.hybris.platform.servicelayer.model.ModelServiceDeprecated.voidDeprecated.Saves the given item model to the database.
-
Constructor Details
-
DefaultBaGenericService
public DefaultBaGenericService(de.hybris.platform.servicelayer.model.ModelService modelService, BaGenericDao baGenericDao) Deprecated.
-
-
Method Details
-
getItem
Deprecated.Description copied from interface:BaGenericServiceRetrieves an item model of a specific typeCode with the given id- Specified by:
getItemin interfaceBaGenericService- Parameters:
typeCode- the typeCode of the modelid- the id- Returns:
- the model found, null otherwise
-
getItem
Deprecated.Description copied from interface:BaGenericServiceRetrieves an item model of a specific typeCode with the given parameters- Specified by:
getItemin interfaceBaGenericService- Parameters:
typeCode- the typeCode of the modelparams- the key-value pairs to filter the response- Returns:
- the item found
-
createItem
Deprecated.Description copied from interface:BaGenericServiceCreates a new item model of the given class.- Specified by:
createItemin interfaceBaGenericService- Parameters:
itemClass- the class of the item to be created.- Returns:
- the created item.
-
saveItem
Deprecated.Description copied from interface:BaGenericServiceSaves the given item model to the database.- Specified by:
saveItemin interfaceBaGenericService- Parameters:
item- the item model
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()Deprecated. -
getBaGenericDao
Deprecated.
-