Class ModuleASBrand
- java.lang.Object
-
- net.anotheria.anodoc.data.Module
-
- net.anotheria.anosite.gen.asbrand.data.ModuleASBrand
-
- All Implemented Interfaces:
java.io.Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASBrand extends net.anotheria.anodoc.data.Module- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID_HOLDER_BRANDstatic java.lang.StringLIST_BRANDstatic java.lang.StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASBrand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandDocumentcreateBrand(BrandDocument brand)voiddeleteBrand(java.lang.String id)BrandDocumentgetBrand(java.lang.String id)java.util.List<BrandDocument>getBrands()BrandDocumentimportBrand(BrandDocument brand)voidupdateBrand(BrandDocument brand)-
Methods inherited from class net.anotheria.anodoc.data.Module
_getIdHolder, fillFromContainer, getCopyId, getDocument, getHolderNames, getId, getKeys, getList, getLog, getModuleFactory, getObject, getOwnerId, getSizeInBytes, getStatisticalInformation, getStorageId, putDocument, putList, setCopyId, setModuleFactory, setOwnerId, toString, toXMLNode
-
-
-
-
Field Detail
-
MODULE_ID
public static final java.lang.String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_BRAND
public static final java.lang.String LIST_BRAND
- See Also:
- Constant Field Values
-
ID_HOLDER_BRAND
public static final java.lang.String ID_HOLDER_BRAND
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBrands
public java.util.List<BrandDocument> getBrands()
-
getBrand
public BrandDocument getBrand(java.lang.String id)
-
updateBrand
public void updateBrand(BrandDocument brand)
-
deleteBrand
public void deleteBrand(java.lang.String id)
-
createBrand
public BrandDocument createBrand(BrandDocument brand)
-
importBrand
public BrandDocument importBrand(BrandDocument brand)
-
-