Class GrouperProvisionerTargetDaoBase

java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.targetDao.GrouperProvisionerTargetDaoBase
Direct Known Subclasses:
GrouperAzureTargetDao, GrouperBoxTargetDao, GrouperDigitalMarketplaceTargetDao, GrouperDuoRoleTargetDao, GrouperDuoTargetDao, GrouperExampleWsGenericTargetDao, GrouperExampleWsTargetDao, GrouperGoogleTargetDao, GrouperMessagingTargetDao, GrouperProvisionerTargetDaoAdapter, GrouperRemedyTargetDao, GrouperScim2TargetDao, LdapProvisioningTargetDao, ProvisioningExampleFileWriter, SqlProvisioningDao, TeamDynamixTargetDao

public abstract class GrouperProvisionerTargetDaoBase extends Object
generally when you deal with insert/update/delete/retrieve you should use the "matchingId" of the parameter to the method. Note: when you retrieve the data, you should not set the matchingId, you should let the provisioning framework set that. The results of retrieving a few objects should be in the same format as when you retrieve all at once.