com.liferay.portlet.expando.model
Interface ExpandoBridge
public interface ExpandoBridge
View Source
- Author:
- Raymond Augé
addAttribute
void addAttribute(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
addAttribute
void addAttribute(java.lang.String name,
int type)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
addAttribute
void addAttribute(java.lang.String name,
int type,
java.io.Serializable defaultValue)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getAttribute
java.io.Serializable getAttribute(java.lang.String name)
getAttributeDefault
java.io.Serializable getAttributeDefault(java.lang.String name)
getAttributeNames
java.util.Enumeration<java.lang.String> getAttributeNames()
getAttributeProperties
com.liferay.portal.kernel.util.UnicodeProperties getAttributeProperties(java.lang.String name)
getAttributes
java.util.Map<java.lang.String,java.io.Serializable> getAttributes()
getAttributeType
int getAttributeType(java.lang.String name)
getClassName
java.lang.String getClassName()
getClassPK
long getClassPK()
getCompanyId
long getCompanyId()
hasAttribute
boolean hasAttribute(java.lang.String name)
isIndexEnabled
boolean isIndexEnabled()
setAttribute
void setAttribute(java.lang.String name,
java.io.Serializable value)
setAttributeDefault
void setAttributeDefault(java.lang.String name,
java.io.Serializable defaultValue)
setAttributeProperties
void setAttributeProperties(java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties properties)
setAttributes
void setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes)
setAttributes
void setAttributes(ServiceContext serviceContext)
setClassName
void setClassName(java.lang.String className)
setClassPK
void setClassPK(long classPK)
setCompanyId
void setCompanyId(long companyId)
setIndexEnabled
void setIndexEnabled(boolean indexEnabled)