Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model
Interface ExpandoBridge

All Known Implementing Classes:
ExpandoBridgeImpl

public interface ExpandoBridge


Method Summary
 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)
           
 

Method Detail

addAttribute

void addAttribute(String name)
                  throws PortalException
Throws:
PortalException

addAttribute

void addAttribute(String name,
                  boolean secure)
                  throws PortalException
Throws:
PortalException

addAttribute

void addAttribute(String name,
                  int type)
                  throws PortalException
Throws:
PortalException

addAttribute

void addAttribute(String name,
                  int type,
                  boolean secure)
                  throws PortalException
Throws:
PortalException

addAttribute

void addAttribute(String name,
                  int type,
                  Serializable defaultValue)
                  throws PortalException
Throws:
PortalException

addAttribute

void addAttribute(String name,
                  int type,
                  Serializable defaultValue,
                  boolean secure)
                  throws PortalException
Throws:
PortalException

getAttribute

Serializable getAttribute(String name)

getAttribute

Serializable getAttribute(String name,
                          boolean secure)

getAttributeDefault

Serializable getAttributeDefault(String name)

getAttributeNames

Enumeration<String> getAttributeNames()

getAttributeProperties

UnicodeProperties getAttributeProperties(String name)

getAttributes

Map<String,Serializable> getAttributes()

getAttributes

Map<String,Serializable> getAttributes(boolean secure)

getAttributes

Map<String,Serializable> getAttributes(Collection<String> names)

getAttributes

Map<String,Serializable> getAttributes(Collection<String> names,
                                       boolean secure)

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)

setAttribute

void setAttribute(String name,
                  Serializable value,
                  boolean secure)

setAttributeDefault

void setAttributeDefault(String name,
                         Serializable defaultValue)

setAttributeProperties

void setAttributeProperties(String name,
                            UnicodeProperties properties)

setAttributeProperties

void setAttributeProperties(String name,
                            UnicodeProperties properties,
                            boolean secure)

setAttributes

void setAttributes(Map<String,Serializable> attributes)

setAttributes

void setAttributes(Map<String,Serializable> attributes,
                   boolean secure)

setAttributes

void setAttributes(ServiceContext serviceContext)

setAttributes

void setAttributes(ServiceContext serviceContext,
                   boolean secure)

setClassName

void setClassName(String className)

setClassPK

void setClassPK(long classPK)

setCompanyId

void setCompanyId(long companyId)

setIndexEnabled

void setIndexEnabled(boolean indexEnabled)

Liferay 6.1.2-ce-ga3