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 PK
ejbFindByPrimaryKey(PK pk)
TODO: apidoboolean
getInitializedFlag()
TODO: apidojava.lang.String
getSystemName()
TODO: apidojava.lang.String
getSystemPk()
TODO: apidovoid
setInitializedFlag(boolean isOK)
TODO: apidovoid
setSystemName(java.lang.String name)
Deprecated.since 18.08void
setSystemPk(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
-
-