Liferay 7.0-ce-b4

com.liferay.taglib.util
Class CustomAttributesUtil

java.lang.Object
  extended by com.liferay.taglib.util.CustomAttributesUtil

public class CustomAttributesUtil
extends Object


Constructor Summary
CustomAttributesUtil()
           
 
Method Summary
static boolean hasCustomAttributes(long companyId, String className, long classPK, String ignoreAttributeNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAttributesUtil

public CustomAttributesUtil()
Method Detail

hasCustomAttributes

public static boolean hasCustomAttributes(long companyId,
                                          String className,
                                          long classPK,
                                          String ignoreAttributeNames)
                                   throws Exception
Throws:
Exception

Liferay 7.0-ce-b4