Interface CollectionTypeRemote
- All Superinterfaces:
EntityProxy,ExtensibleItemRemote,ItemRemote,LocalizableItemRemote,TypeManagerManagedRemote,TypeRemote
- All Known Implementing Classes:
CollectionType_HJMPWrapper,CollectionTypeEJB
-
Method Summary
Modifier and TypeMethodDescriptionintvoidreinitializeType(TypeRemote elementType, int typeOfCollection) Methods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPKMethods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setPropertyMethods inherited from interface de.hybris.platform.persistence.ItemRemote
getComposedType, getCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSinceMethods inherited from interface de.hybris.platform.persistence.c2l.LocalizableItemRemote
copyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedPropertyMethods inherited from interface de.hybris.platform.persistence.type.TypeRemote
getCode, isAssignableFrom
-
Method Details
-
getElementType
TypeRemote getElementType() -
getTypeOfCollection
int getTypeOfCollection() -
reinitializeType
void reinitializeType(TypeRemote elementType, int typeOfCollection) throws EJBInvalidParameterException - Throws:
EJBInvalidParameterException
-