Class DefaultCachedTypeData
java.lang.Object
de.hybris.platform.persistence.flexiblesearch.typecache.impl.DefaultCachedTypeData
- All Implemented Interfaces:
CachedTypeData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCorePropertyColumnName(String fieldName) Gets the core property column name.getLocalizedPropertyColumnName(String fieldName) Gets the localized property column name.Gets the localized table name.Gets the property table name.intgetPropertyTypeForName(String propertyName) Gets the property type for name.Gets the standard table name.Gets the type PK.getUnlocalizedPropertyColumnName(String fieldName) Gets the unlocalized property column name.Gets the unlocalized table name.booleanChecks if type is abstract.toString()
-
Constructor Details
-
DefaultCachedTypeData
-
-
Method Details
-
getTypePk
Description copied from interface:CachedTypeDataGets the type PK.- Specified by:
getTypePkin interfaceCachedTypeData- Returns:
- the type PK
-
isAbstract
public boolean isAbstract()Description copied from interface:CachedTypeDataChecks if type is abstract.- Specified by:
isAbstractin interfaceCachedTypeData- Returns:
- true, if is abstract
-
getLocalizedTableName
Description copied from interface:CachedTypeDataGets the localized table name.- Specified by:
getLocalizedTableNamein interfaceCachedTypeData- Returns:
- the localized table name
-
getUnlocalizedTableName
Description copied from interface:CachedTypeDataGets the unlocalized table name.- Specified by:
getUnlocalizedTableNamein interfaceCachedTypeData- Returns:
- the unlocalized table name
-
getStandardTableName
Description copied from interface:CachedTypeDataGets the standard table name.- Specified by:
getStandardTableNamein interfaceCachedTypeData- Returns:
- the standard table name
-
getPropertyTableName
Description copied from interface:CachedTypeDataGets the property table name.- Specified by:
getPropertyTableNamein interfaceCachedTypeData- Returns:
- the property table name
-
getPropertyTypeForName
Description copied from interface:CachedTypeDataGets the property type for name.- Specified by:
getPropertyTypeForNamein interfaceCachedTypeData- Parameters:
propertyName- the property name- Returns:
- the property type for name
-
getLocalizedPropertyColumnName
Description copied from interface:CachedTypeDataGets the localized property column name.- Specified by:
getLocalizedPropertyColumnNamein interfaceCachedTypeData- Parameters:
fieldName- the field name- Returns:
- the localized property column name
-
getUnlocalizedPropertyColumnName
Description copied from interface:CachedTypeDataGets the unlocalized property column name.- Specified by:
getUnlocalizedPropertyColumnNamein interfaceCachedTypeData- Parameters:
fieldName- the field name- Returns:
- the unlocalized property column name
-
getCorePropertyColumnName
Description copied from interface:CachedTypeDataGets the core property column name.- Specified by:
getCorePropertyColumnNamein interfaceCachedTypeData- Parameters:
fieldName- the field name- Returns:
- the core property column name
-
toString
-