Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.dao.orm.WildcardMode

Packages that use WildcardMode
com.liferay.portal.kernel.dao.orm   
com.liferay.util.dao.orm   
 

Uses of WildcardMode in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return WildcardMode
static WildcardMode WildcardMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WildcardMode[] WildcardMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of WildcardMode in com.liferay.util.dao.orm
 

Methods in com.liferay.util.dao.orm with parameters of type WildcardMode
protected  String CustomSQL.insertWildcard(String keyword, WildcardMode wildcardMode)
           
 String[] CustomSQL.keywords(String keywords, boolean lowerCase, WildcardMode wildcardMode)
           
static String[] CustomSQLUtil.keywords(String keywords, boolean lowerCase, WildcardMode wildcardMode)
           
 String[] CustomSQL.keywords(String keywords, WildcardMode wildcardMode)
           
static String[] CustomSQLUtil.keywords(String keywords, WildcardMode wildcardMode)
           
 


Liferay 7.0-ce-b4