public class ExpandoBridgeImpl
extends java.lang.Object
implements com.liferay.portlet.expando.model.ExpandoBridge
| Constructor and Description |
|---|
ExpandoBridgeImpl(long companyId,
java.lang.String className) |
ExpandoBridgeImpl(long companyId,
java.lang.String className,
long classPK) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(java.lang.String name) |
void |
addAttribute(java.lang.String name,
boolean secure) |
void |
addAttribute(java.lang.String name,
int type) |
void |
addAttribute(java.lang.String name,
int type,
boolean secure) |
void |
addAttribute(java.lang.String name,
int type,
java.io.Serializable defaultValue) |
void |
addAttribute(java.lang.String name,
int type,
java.io.Serializable defaultValue,
boolean secure) |
protected boolean |
equals(int type,
java.io.Serializable serializable1,
java.io.Serializable serializable2) |
boolean |
equals(java.lang.Object obj) |
java.io.Serializable |
getAttribute(java.lang.String name) |
java.io.Serializable |
getAttribute(java.lang.String name,
boolean secure) |
protected java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> |
getAttributeColumns() |
java.io.Serializable |
getAttributeDefault(java.lang.String name) |
java.util.Enumeration<java.lang.String> |
getAttributeNames() |
com.liferay.portal.kernel.util.UnicodeProperties |
getAttributeProperties(java.lang.String name) |
java.util.Map<java.lang.String,java.io.Serializable> |
getAttributes() |
java.util.Map<java.lang.String,java.io.Serializable> |
getAttributes(boolean secure) |
java.util.Map<java.lang.String,java.io.Serializable> |
getAttributes(java.util.Collection<java.lang.String> names) |
java.util.Map<java.lang.String,java.io.Serializable> |
getAttributes(java.util.Collection<java.lang.String> names,
boolean secure) |
int |
getAttributeType(java.lang.String name) |
java.lang.String |
getClassName() |
long |
getClassPK() |
long |
getCompanyId() |
protected com.liferay.portlet.expando.model.ExpandoTable |
getTable() |
boolean |
hasAttribute(java.lang.String name) |
int |
hashCode() |
boolean |
isIndexEnabled() |
void |
reindex() |
void |
setAttribute(java.lang.String name,
java.io.Serializable value) |
void |
setAttribute(java.lang.String name,
java.io.Serializable value,
boolean secure) |
void |
setAttributeDefault(java.lang.String name,
java.io.Serializable defaultValue) |
void |
setAttributeProperties(java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties properties) |
void |
setAttributeProperties(java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties properties,
boolean secure) |
void |
setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes) |
void |
setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes,
boolean secure) |
void |
setAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setAttributes(com.liferay.portal.service.ServiceContext serviceContext,
boolean secure) |
void |
setClassName(java.lang.String className) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setIndexEnabled(boolean indexEnabled) |
public ExpandoBridgeImpl(long companyId,
java.lang.String className)
public ExpandoBridgeImpl(long companyId,
java.lang.String className,
long classPK)
public void addAttribute(java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
addAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgecom.liferay.portal.kernel.exception.PortalExceptionpublic void addAttribute(java.lang.String name,
boolean secure)
throws com.liferay.portal.kernel.exception.PortalException
addAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgecom.liferay.portal.kernel.exception.PortalExceptionpublic void addAttribute(java.lang.String name,
int type)
throws com.liferay.portal.kernel.exception.PortalException
addAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgecom.liferay.portal.kernel.exception.PortalExceptionpublic void addAttribute(java.lang.String name,
int type,
boolean secure)
throws com.liferay.portal.kernel.exception.PortalException
addAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgecom.liferay.portal.kernel.exception.PortalExceptionpublic void addAttribute(java.lang.String name,
int type,
java.io.Serializable defaultValue)
throws com.liferay.portal.kernel.exception.PortalException
addAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgecom.liferay.portal.kernel.exception.PortalExceptionpublic void addAttribute(java.lang.String name,
int type,
java.io.Serializable defaultValue,
boolean secure)
throws com.liferay.portal.kernel.exception.PortalException
addAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgecom.liferay.portal.kernel.exception.PortalExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.io.Serializable getAttribute(java.lang.String name)
getAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.io.Serializable getAttribute(java.lang.String name,
boolean secure)
getAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.io.Serializable getAttributeDefault(java.lang.String name)
getAttributeDefault in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.util.Enumeration<java.lang.String> getAttributeNames()
getAttributeNames in interface com.liferay.portlet.expando.model.ExpandoBridgepublic com.liferay.portal.kernel.util.UnicodeProperties getAttributeProperties(java.lang.String name)
getAttributeProperties in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.util.Map<java.lang.String,java.io.Serializable> getAttributes()
getAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.util.Map<java.lang.String,java.io.Serializable> getAttributes(boolean secure)
getAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.util.Map<java.lang.String,java.io.Serializable> getAttributes(java.util.Collection<java.lang.String> names)
getAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.util.Map<java.lang.String,java.io.Serializable> getAttributes(java.util.Collection<java.lang.String> names,
boolean secure)
getAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic int getAttributeType(java.lang.String name)
getAttributeType in interface com.liferay.portlet.expando.model.ExpandoBridgepublic java.lang.String getClassName()
getClassName in interface com.liferay.portlet.expando.model.ExpandoBridgepublic long getClassPK()
getClassPK in interface com.liferay.portlet.expando.model.ExpandoBridgepublic long getCompanyId()
getCompanyId in interface com.liferay.portlet.expando.model.ExpandoBridgepublic boolean hasAttribute(java.lang.String name)
hasAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isIndexEnabled()
isIndexEnabled in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void reindex()
public void setAttribute(java.lang.String name,
java.io.Serializable value)
setAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttribute(java.lang.String name,
java.io.Serializable value,
boolean secure)
setAttribute in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttributeDefault(java.lang.String name,
java.io.Serializable defaultValue)
setAttributeDefault in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttributeProperties(java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties properties)
setAttributeProperties in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttributeProperties(java.lang.String name,
com.liferay.portal.kernel.util.UnicodeProperties properties,
boolean secure)
setAttributeProperties in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes)
setAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttributes(java.util.Map<java.lang.String,java.io.Serializable> attributes,
boolean secure)
setAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setAttributes(com.liferay.portal.service.ServiceContext serviceContext,
boolean secure)
setAttributes in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portlet.expando.model.ExpandoBridgepublic void setIndexEnabled(boolean indexEnabled)
setIndexEnabled in interface com.liferay.portlet.expando.model.ExpandoBridgeprotected boolean equals(int type,
java.io.Serializable serializable1,
java.io.Serializable serializable2)
protected java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getAttributeColumns()
protected com.liferay.portlet.expando.model.ExpandoTable getTable()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException