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