/** * 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(); }
/** * 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(); }