Uses of Interface
de.hybris.platform.core.ItemDeployment
-
-
Uses of ItemDeployment in de.hybris.platform.core
Methods in de.hybris.platform.core that return ItemDeployment Modifier and Type Method Description ItemDeploymentDeploymentImpl. getItemDeployment(java.lang.String beanID) -
Uses of ItemDeployment in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return ItemDeployment Modifier and Type Method Description protected ItemDeploymentAbstractEntityState. getDeployment()Methods in de.hybris.platform.persistence with parameters of type ItemDeployment Modifier and Type Method Description static voidTableJDBC. createTable(java.sql.Connection conn, ItemDeployment depl, DeploymentImpl deployments)Creates a item table.protected static booleanTableJDBC. isPropsTableDeployment(ItemDeployment depl)static voidTableJDBC. updateTable(java.sql.Connection conn, ItemDeployment depl, DBTable table, java.util.Collection<ItemDeployment.Attribute> missingAttributes, DeploymentImpl deployments)Modifies a existing item table.Constructors in de.hybris.platform.persistence with parameters of type ItemDeployment Constructor Description AbstractEntityState(PersistencePool pool, ItemDeployment depl)GenericItemEntityStateCacheUnit(Cache cache, PK pk, ItemDeployment depl) -
Uses of ItemDeployment in de.hybris.platform.persistence.framework
Methods in de.hybris.platform.persistence.framework that return ItemDeployment Modifier and Type Method Description ItemDeploymentEntityInstanceContext. getItemDeployment()ItemDeploymentEntityInstanceContextImpl. getItemDeployment()Methods in de.hybris.platform.persistence.framework with parameters of type ItemDeployment Modifier and Type Method Description voidPersistencePool. verifyTableExistenceIfNeeded(java.sql.Connection connection, ItemDeployment depl) -
Uses of ItemDeployment in de.hybris.platform.persistence.hjmp
Methods in de.hybris.platform.persistence.hjmp that return ItemDeployment Modifier and Type Method Description ItemDeploymentFinderResult. getDeployment()ItemDeploymentHJMPException. getDeployment()Constructors in de.hybris.platform.persistence.hjmp with parameters of type ItemDeployment Constructor Description FinderResult(PersistencePool pool, ItemDeployment depl, java.lang.String beanKey, java.lang.String finderName, java.lang.Object[] parameters)HJMPException(org.springframework.dao.DataAccessException e, ItemDeployment deployment) -
Uses of ItemDeployment in de.hybris.platform.persistence.hjmpgen
Methods in de.hybris.platform.persistence.hjmpgen with parameters of type ItemDeployment Modifier and Type Method Description protected voidHJMPGenerator. generate(ItemDeployment itemDeployment, java.io.File targetDir)Constructors in de.hybris.platform.persistence.hjmpgen with parameters of type ItemDeployment Constructor Description HJMPEntityBean(ItemDeployment newItemDeployment) -
Uses of ItemDeployment in de.hybris.platform.persistence.numberseries
Methods in de.hybris.platform.persistence.numberseries with parameters of type ItemDeployment Modifier and Type Method Description protected voidDefaultSerialNumberDAO. alterSeriesTable(java.sql.Connection conn, DeploymentImpl deployments, ItemDeployment depl, de.hybris.platform.persistence.numberseries.DefaultSerialNumberDAO.TableInfo info)protected voidDefaultSerialNumberDAO. createSeriesTable(java.sql.Connection conn, DeploymentImpl deployments, ItemDeployment depl)protected voidDefaultSerialNumberDAO. initTable(java.sql.Connection conn, DeploymentImpl deployments, ItemDeployment depl, de.hybris.platform.persistence.numberseries.DefaultSerialNumberDAO.TableInfo info) -
Uses of ItemDeployment in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return ItemDeployment Modifier and Type Method Description ItemDeploymentDBPersistenceManager. getItemDeployment(int tc)ItemDeploymentDBPersistenceManager. getItemDeployment(java.lang.String beanOrJNDIName)ItemDeploymentPersistenceManager. getItemDeployment(int tc)ItemDeploymentPersistenceManager. getItemDeployment(java.lang.String beanOrJNDIName)Methods in de.hybris.platform.persistence.property that return types with arguments of type ItemDeployment Modifier and Type Method Description java.util.Set<ItemDeployment>DBPersistenceManager. getAllDeployments()java.util.Collection<ItemDeployment>DBPersistenceManager. getAllSubDeployments(ItemDeployment depl)java.util.Collection<ItemDeployment>PersistenceManager. getAllSubDeployments(ItemDeployment depl)java.util.Map<java.lang.Integer,ItemDeployment>DBPersistenceManager. getDuplicatedItemDeployments()java.util.Map<java.lang.Integer,ItemDeployment>PersistenceManager. getDuplicatedItemDeployments()Returns a duplicated deployments by its type code.Methods in de.hybris.platform.persistence.property with parameters of type ItemDeployment Modifier and Type Method Description java.util.Collection<ItemDeployment>DBPersistenceManager. getAllSubDeployments(ItemDeployment depl)java.util.Collection<ItemDeployment>PersistenceManager. getAllSubDeployments(ItemDeployment depl) -
Uses of ItemDeployment in de.hybris.platform.persistence.property.internal
Methods in de.hybris.platform.persistence.property.internal that return types with arguments of type ItemDeployment Modifier and Type Method Description java.util.Map<java.lang.String,ItemDeployment>LoadDeploymentInfoResult. getDeploymentInfos()Constructor parameters in de.hybris.platform.persistence.property.internal with type arguments of type ItemDeployment Constructor Description LoadDeploymentInfoResult(java.util.Map<java.lang.String,ItemDeployment> deploymentInfos, java.util.Map<java.lang.Integer,java.lang.String> typeCode2JndiMappings, java.util.Map<java.lang.String,java.lang.String> javaDefMapping) -
Uses of ItemDeployment in de.hybris.platform.persistence.property.loader.internal
Method parameters in de.hybris.platform.persistence.property.loader.internal with type arguments of type ItemDeployment Modifier and Type Method Description java.util.List<ComposedTypeDTO>BatchTypeInfoRepository. findComposedTypes(TypePKInfoProvider typePKInfoProvider, java.util.Map<java.lang.String,ItemDeployment> deploymentInfo) -
Uses of ItemDeployment in de.hybris.platform.persistence.property.loader.internal.dto
Methods in de.hybris.platform.persistence.property.loader.internal.dto that return ItemDeployment Modifier and Type Method Description ItemDeploymentComposedTypeDTO. getDeployment()ItemDeploymentComposedTypeDTO. getSuperDeployment()Methods in de.hybris.platform.persistence.property.loader.internal.dto with parameters of type ItemDeployment Modifier and Type Method Description voidComposedTypeDTO. setDeployment(ItemDeployment deployment)voidComposedTypeDTO. setSuperDeployment(ItemDeployment superDeployment) -
Uses of ItemDeployment in de.hybris.platform.persistence.property.loader.internal.mapper
Constructor parameters in de.hybris.platform.persistence.property.loader.internal.mapper with type arguments of type ItemDeployment Constructor Description ComposedTypeRowMapper(TypePKInfoProvider typePKInfoProvider, java.util.Map<java.lang.String,ItemDeployment> deploymentInfo) -
Uses of ItemDeployment in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that return ItemDeployment Modifier and Type Method Description ItemDeploymentComposedTypeEJB. getDeployment()ItemDeploymentComposedTypeRemote. getDeployment()protected ItemDeploymentComposedTypeEJB. getDeploymentInternal(boolean warn)Methods in de.hybris.platform.persistence.type with parameters of type ItemDeployment Modifier and Type Method Description ComposedTypeRemoteComposedType_HJMPWrapper. create(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)ComposedTypeRemoteComposedTypeHome. create(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClass, ItemDeployment deployment, ComposedTypeRemote metaType)ComposedTypeRemoteTypeManagerEJB. createRootComposedType(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ItemDeployment deployment, ComposedTypeRemote metaType, boolean copySupertypeData)ComposedTypeRemoteTypeManagerEJB. createRootRelationType(PK pkBase, java.lang.String relationQualfier, ItemDeployment deployment, boolean copySupertypeData)Deprecated, for removal: This API element is subject to removal in a future version.protected voidComposedTypeEJB. doTypeInitialization(ComposedTypeRemote newSuperType, ItemDeployment newDeployment, java.lang.String jaloClassName, ComposedTypeRemote metaType)PKComposedType_HJMPWrapper. ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)PKComposedTypeEJB. ejbCreate(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ItemDeployment deployment, ComposedTypeRemote metaType)voidComposedType_HJMPWrapper. ejbPostCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)voidComposedTypeEJB. ejbPostCreate(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ItemDeployment deployment, ComposedTypeRemote metaType)voidComposedTypeEJB. reinitializeType(ComposedTypeRemote superType, ItemDeployment deployment, java.lang.String jaloClassName, ComposedTypeRemote metaType)voidComposedTypeRemote. reinitializeType(ComposedTypeRemote superType, ItemDeployment deployment, java.lang.String jaloClassName, ComposedTypeRemote metaType)Internal ! Used for reinitialization - dont call directly.voidComposedTypeEJB. setDeployment(ItemDeployment deployment) -
Uses of ItemDeployment in de.hybris.platform.regioncache.helper
Methods in de.hybris.platform.regioncache.helper that return ItemDeployment Modifier and Type Method Description protected ItemDeploymentCacheStatisticsHelper. getItemDeployment(int typeCode, PersistenceManager persistenceManager) -
Uses of ItemDeployment in de.hybris.platform.util.typesystem
Classes in de.hybris.platform.util.typesystem that implement ItemDeployment Modifier and Type Class Description classYItemDeploymentWrapperWraps up aYDeploymentinstance to be used insideMethods in de.hybris.platform.util.typesystem that return ItemDeployment Modifier and Type Method Description ItemDeploymentParsedDeployments. getItemDeployment(java.lang.String beanID)ItemDeploymentYPersistenceManager. getItemDeployment(int tc)ItemDeploymentYPersistenceManager. getItemDeployment(java.lang.String beanOrJNDIName)protected ItemDeploymentYPersistenceManager. wrapDeployment(YDeployment depl)Methods in de.hybris.platform.util.typesystem that return types with arguments of type ItemDeployment Modifier and Type Method Description protected java.util.Collection<ItemDeployment>ParsedDeployments. createDeployments(YTypeSystem sys, java.util.Set<YExtension> hideExtensions)java.util.Collection<ItemDeployment>YPersistenceManager. getAllSubDeployments(ItemDeployment depl)java.util.Map<java.lang.Integer,ItemDeployment>YPersistenceManager. getDuplicatedItemDeployments()Methods in de.hybris.platform.util.typesystem with parameters of type ItemDeployment Modifier and Type Method Description static booleanYDeploymentJDBC. deleteDeploymentByName(ItemDeployment depl)static booleanYDeploymentJDBC. existsDeployment(ItemDeployment depl)java.util.Collection<ItemDeployment>YPersistenceManager. getAllSubDeployments(ItemDeployment depl)static voidYDeploymentJDBC. insertDeployment(ItemDeployment depl, java.lang.String extension)static voidYDeploymentJDBC. updateDeploymentByName(ItemDeployment newDepl, java.lang.String extension)static voidYDeploymentJDBC. updateDeploymentByTypecode(ItemDeployment newDepl, java.lang.String extension)
-