Package com.storedobject.core
Interface HasChildren
- All Known Implementing Classes:
AbstractCheckList
,AbstractCheckListItem
,AbstractServiceItemType
,AccountChart
,CheckList
,CheckListItem
,FileFolder
,InventoryGRN
,InventoryItemType
,InventoryPO
,InventoryVirtualLocation
,ServiceItemType
,SubscriptionItemType
,SuperUnit
,UnitDefinition
public interface HasChildren
If a
StoredObject
class implements this interface, while adding/removing/updating the link object
instances the following validation methods will be invoked:
StoredObject.validateChildAttach(StoredObject, int)
StoredObject.validateChildDetach(StoredObject, int)
StoredObject.validateChildUpdate(StoredObject, int)
- Author:
- Syam