Uses of Class
de.hybris.bootstrap.typesystem.YCollectionType.TypeOfCollection
-
Packages that use YCollectionType.TypeOfCollection Package Description de.hybris.bootstrap.typesystem de.hybris.bootstrap.typesystem.dto de.hybris.bootstrap.typesystem.xml -
-
Uses of YCollectionType.TypeOfCollection in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YCollectionType.TypeOfCollection Modifier and Type Method Description YCollectionType.TypeOfCollectionYRelationEnd. getCollectionType()YCollectionType.TypeOfCollectionYCollectionType. getTypeOfCollection()static YCollectionType.TypeOfCollectionYCollectionType.TypeOfCollection. getTypeOfCollection(int code)static YCollectionType.TypeOfCollectionYCollectionType.TypeOfCollection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static YCollectionType.TypeOfCollection[]YCollectionType.TypeOfCollection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.bootstrap.typesystem with parameters of type YCollectionType.TypeOfCollection Modifier and Type Method Description protected YCollectionTypeYTypeSystem. getOrCreateCollectionType(YNamespace namespace, java.lang.String code, java.lang.String elementType, YCollectionType.TypeOfCollection toc)voidYRelationEnd. setCollectionType(YCollectionType.TypeOfCollection collectionType)Constructors in de.hybris.bootstrap.typesystem with parameters of type YCollectionType.TypeOfCollection Constructor Description YCollectionType(YNamespace container, java.lang.String code, java.lang.String elementTypeCode, YCollectionType.TypeOfCollection toc) -
Uses of YCollectionType.TypeOfCollection in de.hybris.bootstrap.typesystem.dto
Methods in de.hybris.bootstrap.typesystem.dto that return YCollectionType.TypeOfCollection Modifier and Type Method Description YCollectionType.TypeOfCollectionCollectionTypeDTO. getCollType()YCollectionType.TypeOfCollectionRelationTypeDTO. getSrcCollType()YCollectionType.TypeOfCollectionRelationTypeDTO. getTgtCollType()Constructors in de.hybris.bootstrap.typesystem.dto with parameters of type YCollectionType.TypeOfCollection Constructor Description CollectionTypeDTO(java.lang.String extensionName, java.lang.String code, java.lang.String elementType, YCollectionType.TypeOfCollection collType, boolean autocreate, boolean generate)RelationTypeDTO(java.lang.String extensionName, java.lang.String code, java.lang.String metaType, java.lang.String jaloClassName, java.lang.String srcRole, java.lang.String srcType, boolean srcNavigable, int srcModifiers, boolean srcUniqueModifier, YRelationEnd.Cardinality srcCard, boolean srcOrdered, YCollectionType.TypeOfCollection srcCollType, java.util.Map<java.lang.String,java.lang.String> srcProps, java.lang.String srcMetaType, java.lang.String srcDescription, ModelTagListener.ModelData srcModelData, java.lang.String tgtRole, java.lang.String tgtType, boolean tgtNavigable, int tgtModifiers, boolean tgtUniqueModifier, YRelationEnd.Cardinality tgtCard, boolean tgtOrdered, YCollectionType.TypeOfCollection tgtCollType, java.util.Map<java.lang.String,java.lang.String> tgtProps, java.lang.String tgtMetaType, java.lang.String tgtDescription, ModelTagListener.ModelData tgtModelData, java.lang.String deployment, boolean localized, boolean autocreate, boolean generate) -
Uses of YCollectionType.TypeOfCollection in de.hybris.bootstrap.typesystem.xml
Methods in de.hybris.bootstrap.typesystem.xml that return YCollectionType.TypeOfCollection Modifier and Type Method Description protected YCollectionType.TypeOfCollectionHybrisTypeSystemParser. parseTypeOfCollection(java.lang.String typeCode, java.lang.String typeOfCollection)
-