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 classMapType_HJMPWrapperclassMapTypeEJBMethods in de.hybris.platform.persistence.type that return MapTypeRemote Modifier and Type Method Description MapTypeRemoteMapType_HJMPWrapper. create(PK param0, java.lang.String param1, ComposedTypeRemote param2)MapTypeRemoteMapType_HJMPWrapper. create(PK param0, java.lang.String param1, TypeRemote param2, TypeRemote param3)MapTypeRemoteMapTypeHome. create(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)MapTypeRemoteTypeManagerEJB. createMapType(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)MapTypeRemoteMapType_HJMPWrapper. findByPrimaryKey(PK pkValue)MapTypeRemoteMapTypeHome. findByPrimaryKey(PK pk)protected MapTypeRemoteMapTypeEJBImpl. getMapTypeRemote()protected MapTypeRemoteTypeManagerEJB. 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 MapTypeRemotePropertyTest. getLocalized(TypeRemote unlocalized)
-