Uses of Class
de.hybris.platform.catalog.jalo.Company
-
Packages that use Company Package Description de.hybris.platform.b2b.jalo de.hybris.platform.catalog.jalo de.hybris.platform.commerceservices.jalo -
-
Uses of Company in de.hybris.platform.b2b.jalo
Subclasses of Company in de.hybris.platform.b2b.jalo Modifier and Type Class Description classB2BUnitclassGeneratedB2BUnitGenerated class for typeB2BUnit. -
Uses of Company in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return Company Modifier and Type Method Description CompanyCatalogManager. createCompany(java.lang.String uid)Deprecated.since ages - Use ModelService to create new CompanyModel.CompanyGeneratedCatalogManager. createCompany(SessionContext ctx, java.util.Map attributeValues)CompanyGeneratedCatalogManager. createCompany(java.util.Map attributeValues)CompanyGeneratedAgreement. getBuyer()Generated method - Getter of theAgreement.buyerattribute.CompanyGeneratedAgreement. getBuyer(SessionContext ctx)Generated method - Getter of theAgreement.buyerattribute.CompanyGeneratedCatalog. getBuyer()Generated method - Getter of theCatalog.buyerattribute.CompanyGeneratedCatalog. getBuyer(SessionContext ctx)Generated method - Getter of theCatalog.buyerattribute.CompanyCatalogManager. getCompanyByUID(java.lang.String uid)Deprecated.since ages - Use UserService.getUserGroupForUID(uid, CompanyModel.class) instead.CompanyGeneratedCompany. getResponsibleCompany()Generated method - Getter of theCompany.responsibleCompanyattribute.CompanyGeneratedCompany. getResponsibleCompany(SessionContext ctx)Generated method - Getter of theCompany.responsibleCompanyattribute.CompanyGeneratedAgreement. getSupplier()Generated method - Getter of theAgreement.supplierattribute.CompanyGeneratedAgreement. getSupplier(SessionContext ctx)Generated method - Getter of theAgreement.supplierattribute.CompanyGeneratedCatalog. getSupplier()Generated method - Getter of theCatalog.supplierattribute.CompanyGeneratedCatalog. getSupplier(SessionContext ctx)Generated method - Getter of theCatalog.supplierattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type Company Modifier and Type Method Description CatalogCatalogManager. createCatalog(java.lang.String id, java.lang.String name, Company supplier)Deprecated.since ages - Use modelService to create new catalog.CatalogCatalogManager. getCatalog(Company supplier, java.lang.String catalogID)Deprecated.since ages - catalogId is unique, so it is sufficient to search over catalogId only.voidGeneratedAgreement. setBuyer(Company value)Generated method - Setter of theAgreement.buyerattribute.voidGeneratedAgreement. setBuyer(SessionContext ctx, Company value)Generated method - Setter of theAgreement.buyerattribute.voidGeneratedCatalog. setBuyer(Company value)Generated method - Setter of theCatalog.buyerattribute.voidGeneratedCatalog. setBuyer(SessionContext ctx, Company value)Generated method - Setter of theCatalog.buyerattribute.voidGeneratedCompany. setResponsibleCompany(Company value)Generated method - Setter of theCompany.responsibleCompanyattribute.voidGeneratedCompany. setResponsibleCompany(SessionContext ctx, Company value)Generated method - Setter of theCompany.responsibleCompanyattribute.voidGeneratedAgreement. setSupplier(Company value)Generated method - Setter of theAgreement.supplierattribute.voidGeneratedAgreement. setSupplier(SessionContext ctx, Company value)Generated method - Setter of theAgreement.supplierattribute.voidGeneratedCatalog. setSupplier(Company value)Generated method - Setter of theCatalog.supplierattribute.voidGeneratedCatalog. setSupplier(SessionContext ctx, Company value)Generated method - Setter of theCatalog.supplierattribute. -
Uses of Company in de.hybris.platform.commerceservices.jalo
Subclasses of Company in de.hybris.platform.commerceservices.jalo Modifier and Type Class Description classGeneratedOrgUnitGenerated class for typeOrgUnit.classOrgUnit
-