* restore backward compatibility.

This commit is contained in:
Heng Sin Low 2007-10-26 01:38:20 +00:00
parent c867fd6bfb
commit 6a45c8f94e
1 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,18 @@ import org.compiere.util.*;
public class MMenu extends X_AD_Menu
{
/**
* Get menues with where clause
* @param ctx context
* @param whereClause where clause w/o the actual WHERE
* @return MMenu
* @deprecated
*/
public static MMenu[] get (Properties ctx, String whereClause)
{
return get(ctx, whereClause, null);
}
/**
* Get menues with where clause
* @param ctx context