com.liferay.portlet.expando.model
Interface ExpandoBridge
- All Known Implementing Classes:
- ExpandoBridgeImpl
public interface ExpandoBridge
addAttribute
void addAttribute(String name)
throws PortalException
- Throws:
PortalException
addAttribute
void addAttribute(String name,
int type)
throws PortalException
- Throws:
PortalException
addAttribute
void addAttribute(String name,
int type,
Serializable defaultValue)
throws PortalException
- Throws:
PortalException
getAttribute
Serializable getAttribute(String name)
getAttributeDefault
Serializable getAttributeDefault(String name)
getAttributeNames
Enumeration<String> getAttributeNames()
getAttributeProperties
UnicodeProperties getAttributeProperties(String name)
getAttributes
Map<String,Serializable> getAttributes()
getAttributeType
int getAttributeType(String name)
getClassName
String getClassName()
getClassPK
long getClassPK()
getCompanyId
long getCompanyId()
hasAttribute
boolean hasAttribute(String name)
isIndexEnabled
boolean isIndexEnabled()
setAttribute
void setAttribute(String name,
Serializable value)
setAttributeDefault
void setAttributeDefault(String name,
Serializable defaultValue)
setAttributeProperties
void setAttributeProperties(String name,
UnicodeProperties properties)
setAttributes
void setAttributes(Map<String,Serializable> attributes)
setAttributes
void setAttributes(ServiceContext serviceContext)
setClassName
void setClassName(String className)
setClassPK
void setClassPK(long classPK)
setCompanyId
void setCompanyId(long companyId)
setIndexEnabled
void setIndexEnabled(boolean indexEnabled)