* restore backward compatibility.
This commit is contained in:
parent
c867fd6bfb
commit
6a45c8f94e
|
@ -30,6 +30,18 @@ import org.compiere.util.*;
|
||||||
public class MMenu extends X_AD_Menu
|
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
|
* Get menues with where clause
|
||||||
* @param ctx context
|
* @param ctx context
|
||||||
|
|
Loading…
Reference in New Issue