예제 #1
0
 /**
  * Factory method, that is invoked if data model is empty. Invokes BaseBean.list() method that
  * handles all data model loading. Overriding is needed only to put factory name on it.
  *
  * @see org.meveo.admin.action.BaseBean#list()
  */
 @Begin(join = true)
 @Factory("serviceInstances")
 public void list() {
   super.list();
 }
예제 #2
0
 /**
  * Factory method, that is invoked if data model is empty. Invokes BaseBean.list() method that
  * handles all data model loading. Overriding is needed only to put factory name on it.
  *
  * @see org.meveo.admin.action.BaseBean#list()
  */
 @Factory("matrixes")
 @Begin(join = true)
 public void list() {
   super.list();
 }