Uses of Class
net.anotheria.anosite.gen.asbrand.data.BrandDocument
-
Packages that use BrandDocument Package Description net.anotheria.anosite.gen.asbrand.data -
-
Uses of BrandDocument in net.anotheria.anosite.gen.asbrand.data
Methods in net.anotheria.anosite.gen.asbrand.data that return BrandDocument Modifier and Type Method Description BrandDocumentModuleASBrand. createBrand(BrandDocument brand)BrandDocumentModuleASBrand. getBrand(java.lang.String id)BrandDocumentModuleASBrand. importBrand(BrandDocument brand)Methods in net.anotheria.anosite.gen.asbrand.data that return types with arguments of type BrandDocument Modifier and Type Method Description java.util.List<BrandDocument>ModuleASBrand. getBrands()Methods in net.anotheria.anosite.gen.asbrand.data with parameters of type BrandDocument Modifier and Type Method Description BrandDocumentModuleASBrand. createBrand(BrandDocument brand)BrandDocumentModuleASBrand. importBrand(BrandDocument brand)voidModuleASBrand. updateBrand(BrandDocument brand)Constructors in net.anotheria.anosite.gen.asbrand.data with parameters of type BrandDocument Constructor Description BrandDocument(BrandDocument toClone)
-