com.atlassian.greenhopper.service.rapid.view.subquery
Class SubqueryAOListMapper
java.lang.Object
com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper<RapidViewAO,SubqueryAO,Subquery>
com.atlassian.greenhopper.service.rapid.view.subquery.SubqueryAOListMapper
- All Implemented Interfaces:
- AOListMapper<SubqueryAO,Subquery>
public class SubqueryAOListMapper
- extends AbstractRelatedAOListMapper<RapidViewAO,SubqueryAO,Subquery>
- implements AOListMapper<SubqueryAO,Subquery>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubqueryAOListMapper
public SubqueryAOListMapper(RapidViewAO parentAO,
RelatedAOMapper<RapidViewAO,SubqueryAO,Subquery> mapper)
getExisting
public SubqueryAO[] getExisting()
- Description copied from interface:
AOListMapper
- Provides all existing T.
- Specified by:
getExisting
in interface AOListMapper<SubqueryAO,Subquery>
- Specified by:
getExisting
in class AbstractRelatedAOListMapper<RapidViewAO,SubqueryAO,Subquery>
getActiveObjectClass
public java.lang.Class<SubqueryAO> getActiveObjectClass()
- Description copied from interface:
AOListMapper
- Get the class of T
- Specified by:
getActiveObjectClass
in interface AOListMapper<SubqueryAO,Subquery>
- Specified by:
getActiveObjectClass
in class AbstractRelatedAOListMapper<RapidViewAO,SubqueryAO,Subquery>
postCreateUpdate
public void postCreateUpdate(SubqueryAO t,
Subquery u)
- Description copied from interface:
AOListMapper
- Called on the updated AO object (either once created or updated/saved).
Gives the mapper a chance to do further work, e.g. update child objects.
- Specified by:
postCreateUpdate
in interface AOListMapper<SubqueryAO,Subquery>
- Specified by:
postCreateUpdate
in class AbstractRelatedAOListMapper<RapidViewAO,SubqueryAO,Subquery>
preDelete
public void preDelete(SubqueryAO t)
- Description copied from interface:
AOListMapper
- Called before the element is deleted, gives the mapper a chance to clean up child objects
- Specified by:
preDelete
in interface AOListMapper<SubqueryAO,Subquery>
- Specified by:
preDelete
in class AbstractRelatedAOListMapper<RapidViewAO,SubqueryAO,Subquery>
Copyright © 2007-2013 Atlassian. All Rights Reserved.