Class DbTypeSystemImpl
- java.lang.Object
-
- de.hybris.bootstrap.ddl.dbtypesystem.impl.DbTypeSystemImpl
-
- All Implemented Interfaces:
DbTypeSystem
public class DbTypeSystemImpl extends java.lang.Object implements DbTypeSystem
-
-
Constructor Summary
Constructors Constructor Description DbTypeSystemImpl(RowsProvider rowsProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicTypefindAtomicTypeByCode(java.lang.String code)AtomicTypefindAtomicTypeByPk(long pk)AttributefindAttributeByPk(long pk)CollectionTypefindCollectionTypeByCode(java.lang.String code)CollectionTypefindCollectionTypeByPk(long pk)DbTypeSystemItemfindDbTypeSystemItemById(UniqueIdentifier id)DeploymentfindDeploymentByFullName(java.lang.String fullName)DeploymentfindDeploymentByTypeCode(int typeCode)MapTypefindMapTypeByCode(java.lang.String code)MapTypefindMapTypeByPk(long pk)TypefindTypeByCode(java.lang.String code)TypefindTypeByPK(long pk)java.lang.Iterable<NumberSeries>getNumberSeries()
-
-
-
Constructor Detail
-
DbTypeSystemImpl
public DbTypeSystemImpl(RowsProvider rowsProvider)
-
-
Method Detail
-
findTypeByPK
public Type findTypeByPK(long pk)
- Specified by:
findTypeByPKin interfaceDbTypeSystem
-
findTypeByCode
public Type findTypeByCode(java.lang.String code)
- Specified by:
findTypeByCodein interfaceDbTypeSystem
-
findDeploymentByFullName
public Deployment findDeploymentByFullName(java.lang.String fullName)
- Specified by:
findDeploymentByFullNamein interfaceDbTypeSystem
-
findDeploymentByTypeCode
public Deployment findDeploymentByTypeCode(int typeCode)
- Specified by:
findDeploymentByTypeCodein interfaceDbTypeSystem
-
findAttributeByPk
public Attribute findAttributeByPk(long pk)
- Specified by:
findAttributeByPkin interfaceDbTypeSystem
-
findAtomicTypeByPk
public AtomicType findAtomicTypeByPk(long pk)
- Specified by:
findAtomicTypeByPkin interfaceDbTypeSystem
-
findAtomicTypeByCode
public AtomicType findAtomicTypeByCode(java.lang.String code)
- Specified by:
findAtomicTypeByCodein interfaceDbTypeSystem
-
findCollectionTypeByPk
public CollectionType findCollectionTypeByPk(long pk)
- Specified by:
findCollectionTypeByPkin interfaceDbTypeSystem
-
findCollectionTypeByCode
public CollectionType findCollectionTypeByCode(java.lang.String code)
- Specified by:
findCollectionTypeByCodein interfaceDbTypeSystem
-
findMapTypeByPk
public MapType findMapTypeByPk(long pk)
- Specified by:
findMapTypeByPkin interfaceDbTypeSystem
-
findMapTypeByCode
public MapType findMapTypeByCode(java.lang.String code)
- Specified by:
findMapTypeByCodein interfaceDbTypeSystem
-
getNumberSeries
public java.lang.Iterable<NumberSeries> getNumberSeries()
- Specified by:
getNumberSeriesin interfaceDbTypeSystem
-
findDbTypeSystemItemById
public DbTypeSystemItem findDbTypeSystemItemById(UniqueIdentifier id)
- Specified by:
findDbTypeSystemItemByIdin interfaceDbTypeSystem
-
-