Package com.storedobject.core
Interface HasParents
- All Known Implementing Classes:
AccountChart,AccountDocument,BusinessDocument,Document,FileData,InventoryAPN,MemoAttachment,PersonalDocument,VirtualFileData
public interface HasParents
If a
StoredObject class implements this interface, while adding/removing/updating the link object
instances the following validation methods will be invoked:
StoredObject.validateParentAttach(StoredObject, int)
StoredObject.validateParentDetach(StoredObject, int)
StoredObject.validateParentUpdate(StoredObject, int)- Author:
- Syam