public interface ExpandoBridge
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) |
Serializable |
getAttribute(String name) |
Serializable |
getAttribute(String name,
boolean secure) |
Serializable |
getAttributeDefault(String name) |
Enumeration<String> |
getAttributeNames() |
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() |
boolean |
hasAttribute(String name) |
boolean |
isIndexEnabled() |
void |
setAttribute(String name,
Serializable value) |
void |
setAttribute(String name,
Serializable value,
boolean secure) |
void |
setAttributeDefault(String name,
Serializable defaultValue) |
void |
setAttributeProperties(String name,
UnicodeProperties properties) |
void |
setAttributeProperties(String name,
UnicodeProperties properties,
boolean secure) |
void |
setAttributes(Map<String,Serializable> attributes) |
void |
setAttributes(Map<String,Serializable> attributes,
boolean secure) |
void |
setAttributes(ServiceContext serviceContext) |
void |
setAttributes(ServiceContext serviceContext,
boolean secure) |
void |
setClassName(String className) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setIndexEnabled(boolean indexEnabled) |
void addAttribute(String name) throws PortalException
PortalException
void addAttribute(String name, boolean secure) throws PortalException
PortalException
void addAttribute(String name, int type) throws PortalException
PortalException
void addAttribute(String name, int type, boolean secure) throws PortalException
PortalException
void addAttribute(String name, int type, Serializable defaultValue) throws PortalException
PortalException
void addAttribute(String name, int type, Serializable defaultValue, boolean secure) throws PortalException
PortalException
Serializable getAttribute(String name)
Serializable getAttribute(String name, boolean secure)
Serializable getAttributeDefault(String name)
Enumeration<String> getAttributeNames()
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()
boolean hasAttribute(String name)
boolean isIndexEnabled()
void setAttribute(String name, Serializable value)
void setAttribute(String name, Serializable value, boolean secure)
void setAttributeDefault(String name, Serializable defaultValue)
void setAttributeProperties(String name, UnicodeProperties properties)
void setAttributeProperties(String name, UnicodeProperties properties, boolean secure)
void setAttributes(Map<String,Serializable> attributes)
void setAttributes(Map<String,Serializable> attributes, boolean secure)
void setAttributes(ServiceContext serviceContext)
void setAttributes(ServiceContext serviceContext, boolean secure)
void setClassName(String className)
void setClassPK(long classPK)
void setCompanyId(long companyId)
void setIndexEnabled(boolean indexEnabled)