|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaintenanceLock | |
---|---|
org.kuali.rice.kew.document | |
org.kuali.rice.kns.maintenance | Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krad.dao | Core dao interfaces |
org.kuali.rice.krad.dao.impl | Core dao implementations using ojb. |
org.kuali.rice.krad.dao.proxy | |
org.kuali.rice.krad.maintenance | |
org.kuali.rice.krad.service | Core service interfaces. |
org.kuali.rice.krad.service.impl | Core service implementations. |
Uses of MaintenanceLock in org.kuali.rice.kew.document |
---|
Methods in org.kuali.rice.kew.document that return types with arguments of type MaintenanceLock | |
---|---|
List<MaintenanceLock> |
RoutingRuleMaintainable.generateMaintenanceLocks()
Overridden implementation of maintenance locks. |
List<MaintenanceLock> |
RoutingRuleDelegationMaintainable.generateMaintenanceLocks()
|
Uses of MaintenanceLock in org.kuali.rice.kns.maintenance |
---|
Methods in org.kuali.rice.kns.maintenance that return types with arguments of type MaintenanceLock | |
---|---|
abstract List<MaintenanceLock> |
KualiGlobalMaintainableImpl.generateMaintenanceLocks()
This overrides the standard version in KualiMaintainableImpl which works for non-global maintenance documents Each global document must in turn override this with its own locking representation, since it varies from document to document (some have one detail class and others have two, and the way to combine the two detail classes is unique to document with two detail classes) |
Uses of MaintenanceLock in org.kuali.rice.krad.dao |
---|
Method parameters in org.kuali.rice.krad.dao with type arguments of type MaintenanceLock | |
---|---|
void |
MaintenanceDocumentDao.storeLocks(List<MaintenanceLock> maintenanceLocks)
This method stores the given list of maintenance locks. |
Uses of MaintenanceLock in org.kuali.rice.krad.dao.impl |
---|
Method parameters in org.kuali.rice.krad.dao.impl with type arguments of type MaintenanceLock | |
---|---|
void |
MaintenanceDocumentDaoOjb.storeLocks(List<MaintenanceLock> maintenanceLocks)
|
void |
MaintenanceDocumentDaoJpa.storeLocks(List<MaintenanceLock> maintenanceLocks)
|
Uses of MaintenanceLock in org.kuali.rice.krad.dao.proxy |
---|
Method parameters in org.kuali.rice.krad.dao.proxy with type arguments of type MaintenanceLock | |
---|---|
void |
MaintenanceDocumentDaoProxy.storeLocks(List<MaintenanceLock> maintenanceLocks)
|
Uses of MaintenanceLock in org.kuali.rice.krad.maintenance |
---|
Methods in org.kuali.rice.krad.maintenance that return types with arguments of type MaintenanceLock | |
---|---|
List<MaintenanceLock> |
MaintainableImpl.generateMaintenanceLocks()
Note: as currently implemented, every key field for a given data object class must have a visible getter |
List<MaintenanceLock> |
Maintainable.generateMaintenanceLocks()
Invoked to generating the list of maintenance locks used to block other edits of the same data object record |
Uses of MaintenanceLock in org.kuali.rice.krad.service |
---|
Method parameters in org.kuali.rice.krad.service with type arguments of type MaintenanceLock | |
---|---|
void |
MaintenanceDocumentService.storeLocks(List<MaintenanceLock> maintenanceLocks)
Call the same-named method in the Dao, since the service has access to the Dao, but the caller doesn't. |
Uses of MaintenanceLock in org.kuali.rice.krad.service.impl |
---|
Method parameters in org.kuali.rice.krad.service.impl with type arguments of type MaintenanceLock | |
---|---|
void |
MaintenanceDocumentServiceImpl.storeLocks(List<MaintenanceLock> maintenanceLocks)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |