Interface MetaInformationRemote
-
- All Superinterfaces:
EntityProxy,ExtensibleItemRemote,ItemRemote
- All Known Implementing Classes:
MetaInformation_HJMPWrapper,MetaInformationEJB
public interface MetaInformationRemote extends ExtensibleItemRemote
TODO: apidoc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PKejbFindByPrimaryKey(PK pk)TODO: apidobooleangetInitializedFlag()TODO: apidojava.lang.StringgetSystemName()TODO: apidojava.lang.StringgetSystemPk()TODO: apidovoidsetInitializedFlag(boolean isOK)TODO: apidovoidsetSystemName(java.lang.String name)Deprecated.since 18.08voidsetSystemPk(java.lang.String name)TODO: apido-
Methods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPK
-
Methods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.persistence.ItemRemote
getComposedType, getCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSince
-
-
-
-
Method Detail
-
setInitializedFlag
void setInitializedFlag(boolean isOK)
TODO: apido
-
getInitializedFlag
boolean getInitializedFlag()
TODO: apido
-
getSystemName
java.lang.String getSystemName()
TODO: apido
-
getSystemPk
java.lang.String getSystemPk()
TODO: apido
-
setSystemName
@Deprecated void setSystemName(java.lang.String name)
Deprecated.since 18.08
-
setSystemPk
void setSystemPk(java.lang.String name)
TODO: apido
-
ejbFindByPrimaryKey
PK ejbFindByPrimaryKey(PK pk) throws YObjectNotFoundException, YFinderException
TODO: apido
-
-