Class TypeInfoMap
java.lang.Object
de.hybris.platform.persistence.property.TypeInfoMap
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final TypeInfoMapstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionTypeInfoMap(PK typePK, PK superTypePK, String code, boolean isRelationType, int modifiers) creates info map for abstract type.TypeInfoMap(PK typePK, PK superTypePK, String code, int itemTypeCode, boolean isRelationType, int modifiers, String itemTableName, String ulTableName, String lTableName, String oldPropTableName, String auditTableName) TypeInfoMap(TypeInfoMap original, PK typePK, PK superTypePK, String code) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddToEncryptedProperties(String propertyName) static final StringgetCaseInsensitiveKey(String qualifier) getCode()getInfoForCoreProperty(String propertyName) getInfoForProperty(String propertyName, boolean localized) intintgetPropertyType(String propertyName) getSortedNames(boolean localized) getTableName(boolean localized) booleanbooleanhasInfos(boolean localized) booleanbooleanbooleanisEmpty()booleanisEncrypted(String propertyName) booleanbooleanbooleanvoidbooleantoString()
-
Field Details
-
UNLOCALIZED
public static final int UNLOCALIZED- See Also:
-
LOCALIZED
public static final int LOCALIZED- See Also:
-
CORE
public static final int CORE- See Also:
-
UNKNOWN
public static final int UNKNOWN- See Also:
-
EMPTY_INFOMAP
-
MOD_ABSTRACT
public static final int MOD_ABSTRACT- See Also:
-
MOD_VIEW_TYPE
public static final int MOD_VIEW_TYPE- See Also:
-
MOD_JALO_ONLY
public static final int MOD_JALO_ONLY- See Also:
-
-
Constructor Details
-
TypeInfoMap
creates info map for abstract type.- Parameters:
typePK-
-
TypeInfoMap
-
TypeInfoMap
-
-
Method Details
-
tablesInitialized
public boolean tablesInitialized() -
setTablesInitialized
public void setTablesInitialized() -
getSortedCoreNames
-
getSortedNames
-
toString
-
getTypePK
-
getSuperTypePK
-
getCode
-
isEmpty
public boolean isEmpty() -
isEncrypted
-
getPropertyType
-
addToEncryptedProperties
-
add
-
getTableName
-
getItemTableName
-
getOldPropTableName
-
getAuditTableName
-
hasInfos
public boolean hasInfos(boolean localized) -
hasLocalizedColumns
public boolean hasLocalizedColumns() -
hasCorePropsColumns
public boolean hasCorePropsColumns() -
getInfoForCoreProperty
-
getInfoForProperty
-
isRelationType
public boolean isRelationType() -
isAbstract
public boolean isAbstract() -
isJaloOnly
public boolean isJaloOnly() -
isViewType
public boolean isViewType() -
getItemTypeCode
public int getItemTypeCode() -
getCaseInsensitiveKey
-