예제 #1
0
  public final String findRolePermissions(String sRole) {

    try {
      return Formats.BYTEA.formatValue(m_rolepermissions.find(sRole));
    } catch (BasicException e) {
      return null;
    }
  }
예제 #2
0
 public final String getResourceAsXML(String sName) {
   return Formats.BYTEA.formatValue(getResource(sName));
 }