Class UnsafeTypeInfo
- java.lang.Object
-
- de.hybris.platform.directpersistence.UnsafeTypeInfo
-
public class UnsafeTypeInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UnsafeTypeInfo(UnsafeTypeInfo parent, java.lang.String typeCode, java.lang.String extensionName, java.util.Collection<UnsafeMethodInfo> methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<UnsafeMethodInfo>getAllMethods()java.lang.StringgetExtensionName()java.util.Collection<UnsafeMethodInfo>getMethodsNotCoveredByParent()UnsafeTypeInfogetParent()java.lang.StringgetTypeCode()java.util.Collection<java.lang.String>getUnsafeAttributesToRead()java.util.Collection<java.lang.String>getUnsafeAttributesToWrite()java.util.Collection<UnsafeMethodInfo>getUnsafeToRead(java.lang.String attribute)java.util.Collection<UnsafeMethodInfo>getUnsafeToWrite(java.lang.String attribute)booleanisNotCoveredByParent(UnsafeMethodInfo method)booleanisUnsafeIgnoringMarked()booleanisUnsafeToRead()booleanisUnsafeToRead(java.lang.String attribute)booleanisUnsafeToReadIgnoringMarked()booleanisUnsafeToReadIgnoringMarked(java.lang.String attribute)booleanisUnsafeToWrite()booleanisUnsafeToWrite(java.lang.String attribute)booleanisUnsafeToWriteIgnoringMarked()booleanisUnsafeToWriteIgnoringMarked(java.lang.String attribute)java.lang.StringtoString()
-
-
-
Constructor Detail
-
UnsafeTypeInfo
public UnsafeTypeInfo(UnsafeTypeInfo parent, java.lang.String typeCode, java.lang.String extensionName, java.util.Collection<UnsafeMethodInfo> methods)
-
-
Method Detail
-
getTypeCode
public java.lang.String getTypeCode()
-
getExtensionName
public java.lang.String getExtensionName()
-
isUnsafeIgnoringMarked
public boolean isUnsafeIgnoringMarked()
-
isUnsafeToRead
public boolean isUnsafeToRead()
-
isUnsafeToReadIgnoringMarked
public boolean isUnsafeToReadIgnoringMarked()
-
isUnsafeToWrite
public boolean isUnsafeToWrite()
-
isUnsafeToWriteIgnoringMarked
public boolean isUnsafeToWriteIgnoringMarked()
-
isUnsafeToRead
public boolean isUnsafeToRead(java.lang.String attribute)
-
isUnsafeToReadIgnoringMarked
public boolean isUnsafeToReadIgnoringMarked(java.lang.String attribute)
-
isUnsafeToWrite
public boolean isUnsafeToWrite(java.lang.String attribute)
-
isUnsafeToWriteIgnoringMarked
public boolean isUnsafeToWriteIgnoringMarked(java.lang.String attribute)
-
getUnsafeAttributesToRead
public java.util.Collection<java.lang.String> getUnsafeAttributesToRead()
-
getUnsafeAttributesToWrite
public java.util.Collection<java.lang.String> getUnsafeAttributesToWrite()
-
getAllMethods
public java.util.Collection<UnsafeMethodInfo> getAllMethods()
-
getMethodsNotCoveredByParent
public java.util.Collection<UnsafeMethodInfo> getMethodsNotCoveredByParent()
-
isNotCoveredByParent
public boolean isNotCoveredByParent(UnsafeMethodInfo method)
-
getUnsafeToRead
public java.util.Collection<UnsafeMethodInfo> getUnsafeToRead(java.lang.String attribute)
-
getUnsafeToWrite
public java.util.Collection<UnsafeMethodInfo> getUnsafeToWrite(java.lang.String attribute)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getParent
public UnsafeTypeInfo getParent()
-
-