Class SimpleUniqueIdentifierResolver
java.lang.Object
de.hybris.bootstrap.codegenerator.platformwebservices.resource.SimpleUniqueIdentifierResolver
- All Implemented Interfaces:
UniqueIdentifierResolver
@Deprecated(since="1818",
forRemoval=true)
public class SimpleUniqueIdentifierResolver
extends Object
implements UniqueIdentifierResolver
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
Strategy which founds usable 'unique' attributes for a passed type.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<String>Deprecated, for removal: This API element is subject to removal in a future version.Finds and returns all available attribute qualifiers which are flagged with 'unique=true'.Deprecated, for removal: This API element is subject to removal in a future version.protected booleanisAtrributeUniqueAndAllowed(YAttributeDescriptor attribute) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SimpleUniqueIdentifierResolver
public SimpleUniqueIdentifierResolver()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getUniqueIdentifier
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getUniqueIdentifierin interfaceUniqueIdentifierResolver
-
getAllUniqueAttributes
Deprecated, for removal: This API element is subject to removal in a future version.Finds and returns all available attribute qualifiers which are flagged with 'unique=true'. Introspection starts with passed type and proceeds with each supertype. Order of elements in result is kept.- Parameters:
type-YComposedTypeto introspect- Returns:
- Collection of unique atribute qualifiers with natural ordering of its elements.
-
isAtrributeUniqueAndAllowed
Deprecated, for removal: This API element is subject to removal in a future version.
-