Class DefaultDestinationTargetDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.apiregistryservices.dao.impl.DefaultDestinationTargetDao
- All Implemented Interfaces:
DestinationTargetDao,Dao
Default implementation of
DestinationTargetDao-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDestinationTargetByCredentialId(String credentialId) Find the destination target for a specific credential idFind the destination target for a specific idMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
CREDENTIAL_ID
- See Also:
-
FIND_DESTINATIONTARGET_BY_CREDENTIAL
- See Also:
-
ID
- See Also:
-
FIND_DESTINATIONTARGET_BY_ID
- See Also:
-
-
Constructor Details
-
DefaultDestinationTargetDao
public DefaultDestinationTargetDao()
-
-
Method Details
-
findDestinationTargetByCredentialId
Description copied from interface:DestinationTargetDaoFind the destination target for a specific credential id- Specified by:
findDestinationTargetByCredentialIdin interfaceDestinationTargetDao- Parameters:
credentialId- id of the credential- Returns:
- a destination target
-
findDestinationTargetById
Description copied from interface:DestinationTargetDaoFind the destination target for a specific id- Specified by:
findDestinationTargetByIdin interfaceDestinationTargetDao- Parameters:
id- id of the destination target- Returns:
- a destination target
-