Grailsの文献によると
http://grails.org/doc/2.0.x/ref/Domain%20Classes/getAll.html
私はこれを行うことができるはずです
def biweeklyBatchRanges = BiweeklyBatchRange.getAll()
これを取得せずに
groovy.lang.MissingMethodException: No signature of method: com.myplang.donation.BiweeklyBatchRange.getAll() is applicable for argument types: () values: []
Possible solutions: getAll(), getAt(java.lang.String), getId(), get(java.io.Serializable), getClass(), findAll()
何か案は?ティア!