| |
|
| org.tigris.scarab.om.BaseAttributeGroupManager org.tigris.scarab.om.AttributeGroupManager
AttributeGroupManager | public class AttributeGroupManager extends BaseAttributeGroupManager implements CacheListener(Code) | | This class manages AttributeGroup objects.
author: John McNally version: $Id: AttributeGroupManager.java 9977 2005-12-09 00:40:59Z hair $ |
AttributeGroupManager | public AttributeGroupManager() throws TorqueException(Code) | | Creates a new AttributeGroupManager instance.
exception: TorqueException - if an error occurs |
addedObject | public void addedObject(Persistent om)(Code) | | |
getInterestedFields | public List getInterestedFields()(Code) | | fields which interest us with respect to cache events
|
putInstanceImpl | protected Persistent putInstanceImpl(Persistent om) throws TorqueException(Code) | | |
refreshedObject | public void refreshedObject(Persistent om)(Code) | | |
registerAsListener | protected void registerAsListener()(Code) | | Notify other managers with relevant CacheEvents.
|
|
|
|