|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.global.AbstractLoggable
com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao<java.lang.Long,RapidViewAO>
com.atlassian.greenhopper.service.rapid.view.RapidViewDao
@Service public class RapidViewDao
| Field Summary |
|---|
| Fields inherited from class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao |
|---|
ao, entityType |
| Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logger |
| Constructor Summary | |
|---|---|
RapidViewDao()
|
|
| Method Summary | |
|---|---|
RapidViewAO[] |
findByPartialName(java.lang.String nameQuery)
Perform a search for all RapidViewAO objects whose NAME is LIKE the specified query. |
RapidViewAO[] |
loadAll()
|
void |
loadAll(com.atlassian.plugin.util.collect.Consumer<RapidViewAO> consumer)
|
RapidViewAO |
update(RapidView rapidView)
Updates the rapid view, but ONLY the direct fields of the rapid view. |
| Methods inherited from class com.atlassian.greenhopper.service.rapid.view.GenericActiveObjectsDao |
|---|
create, delete, delete, findBy, load, preDelete, save |
| Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logDebug, logError, logException, logInfo, logTrace, logWarn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RapidViewDao()
| Method Detail |
|---|
public RapidViewAO[] loadAll()
public void loadAll(com.atlassian.plugin.util.collect.Consumer<RapidViewAO> consumer)
public RapidViewAO[] findByPartialName(@Nullable
java.lang.String nameQuery)
RapidViewAO objects whose NAME is LIKE the specified query.
Results are sorted by NAME ascending.
nameQuery - the name query
public RapidViewAO update(RapidView rapidView)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||