Uses of Class
de.hybris.platform.util.jeeapi.YCreateException
-
-
Uses of YCreateException in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that throw YCreateException Modifier and Type Method Description GenericItemRemoteGenericItemHome. create(PK pkBase, ComposedTypeRemote type, EJBPropertyContainer props) -
Uses of YCreateException in de.hybris.platform.persistence.enumeration
Methods in de.hybris.platform.persistence.enumeration that throw YCreateException Modifier and Type Method Description EnumerationValueRemoteEnumerationValueHome. create(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number) -
Uses of YCreateException in de.hybris.platform.persistence.link
Methods in de.hybris.platform.persistence.link that throw YCreateException Modifier and Type Method Description LinkRemoteLinkHome. create(java.lang.String qual, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber) -
Uses of YCreateException in de.hybris.platform.persistence.meta
Methods in de.hybris.platform.persistence.meta that throw YCreateException Modifier and Type Method Description MetaInformationRemoteMetaInformationHome. create(PK pk, java.lang.String systemName)Deprecated, for removal: This API element is subject to removal in a future version.since 18.08 -
Uses of YCreateException in de.hybris.platform.persistence.test
Methods in de.hybris.platform.persistence.test that throw YCreateException Modifier and Type Method Description TestItemRemoteTestItemHome. create() -
Uses of YCreateException in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that throw YCreateException Modifier and Type Method Description AtomicTypeRemoteAtomicTypeHome. create(PK pkBase, AtomicTypeRemote superType, java.lang.Class javaClass)AtomicTypeRemoteAtomicTypeHome. create(PK pkBase, AtomicTypeRemote superType, java.lang.String code)AtomicTypeRemoteAtomicTypeHome. create(PK pkBase, java.lang.Class javaClass)AttributeDescriptorRemoteAttributeDescriptorHome. create(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers)AttributeDescriptorRemoteAttributeDescriptorHome. create(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistentQualifier, TypeRemote type, AtomicTypeRemote persistentType, int modifiers, ComposedTypeRemote metaType)CollectionTypeRemoteCollectionTypeHome. create(PK pkBase, java.lang.String code, TypeRemote elementType, int typeOfCollection)ComposedTypeRemoteComposedTypeHome. create(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClass, ItemDeployment deployment, ComposedTypeRemote metaType)MapTypeRemoteMapTypeHome. create(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)SearchRestrictionRemoteSearchRestrictionHome. create(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active)
-