Uses of Interface
de.hybris.platform.persistence.type.MapTypeRemote
-
Packages that use MapTypeRemote Package Description de.hybris.platform.persistence.type de.hybris.platform.test -
-
Uses of MapTypeRemote in de.hybris.platform.persistence.type
Classes in de.hybris.platform.persistence.type that implement MapTypeRemote Modifier and Type Class Description class
MapType_HJMPWrapper
class
MapTypeEJB
Methods in de.hybris.platform.persistence.type that return MapTypeRemote Modifier and Type Method Description MapTypeRemote
MapType_HJMPWrapper. create(PK param0, java.lang.String param1, ComposedTypeRemote param2)
MapTypeRemote
MapType_HJMPWrapper. create(PK param0, java.lang.String param1, TypeRemote param2, TypeRemote param3)
MapTypeRemote
MapTypeHome. create(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)
MapTypeRemote
TypeManagerEJB. createMapType(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)
MapTypeRemote
MapType_HJMPWrapper. findByPrimaryKey(PK pkValue)
MapTypeRemote
MapTypeHome. findByPrimaryKey(PK pk)
protected MapTypeRemote
MapTypeEJBImpl. getMapTypeRemote()
protected MapTypeRemote
TypeManagerEJB. getOrCreateMapType(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)
checks if there is a maptype for a given argument type and return type.Constructors in de.hybris.platform.persistence.type with parameters of type MapTypeRemote Constructor Description MapTypeEJBImpl(Tenant tenant, MapTypeRemote remoteObject)
-
Uses of MapTypeRemote in de.hybris.platform.test
Methods in de.hybris.platform.test that return MapTypeRemote Modifier and Type Method Description protected MapTypeRemote
PropertyTest. getLocalized(TypeRemote unlocalized)
-