Package com.liferay.expando.kernel.model
Interface ExpandoBridge
public interface ExpandoBridge
- Author:
- Raymond Augé
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) default void
addAttribute
(String name, String type) default void
addAttribute
(String name, String type, boolean secure) default void
addAttribute
(String name, String type, Serializable defaultValue) default void
addAttribute
(String name, String type, Serializable defaultValue, boolean secure) getAttribute
(String name) getAttribute
(String name, boolean secure) getAttributeDefault
(String name) getAttributeProperties
(String name) getAttributes
(boolean secure) getAttributes
(Collection<String> names) getAttributes
(Collection<String> names, boolean secure) int
getAttributeType
(String name) long
long
boolean
hasAttribute
(String name) 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 unicodeProperties) void
setAttributeProperties
(String name, UnicodeProperties unicodeProperties, boolean secure) void
setAttributes
(ServiceContext serviceContext) void
setAttributes
(ServiceContext serviceContext, boolean secure) void
setAttributes
(Map<String, Serializable> attributes) void
setAttributes
(Map<String, Serializable> attributes, boolean secure) void
setClassName
(String className) void
setClassPK
(long classPK) void
setCompanyId
(long companyId)
-
Method Details
-
addAttribute
- Throws:
PortalException
-
addAttribute
- Throws:
PortalException
-
addAttribute
- Throws:
PortalException
-
addAttribute
- Throws:
PortalException
-
addAttribute
- Throws:
PortalException
-
addAttribute
void addAttribute(String name, int type, Serializable defaultValue, boolean secure) throws PortalException - Throws:
PortalException
-
addAttribute
- Throws:
PortalException
-
addAttribute
- Throws:
PortalException
-
addAttribute
default void addAttribute(String name, String type, Serializable defaultValue) throws PortalException - Throws:
PortalException
-
addAttribute
default void addAttribute(String name, String type, Serializable defaultValue, boolean secure) throws PortalException - Throws:
PortalException
-
getAttribute
-
getAttribute
-
getAttributeDefault
-
getAttributeNames
Enumeration<String> getAttributeNames() -
getAttributeProperties
-
getAttributes
Map<String,Serializable> getAttributes() -
getAttributes
-
getAttributes
-
getAttributes
-
getAttributeType
-
getClassName
String getClassName() -
getClassPK
long getClassPK() -
getCompanyId
long getCompanyId() -
hasAttribute
-
setAttribute
-
setAttribute
-
setAttributeDefault
-
setAttributeProperties
-
setAttributeProperties
-
setAttributes
-
setAttributes
-
setAttributes
-
setAttributes
-
setClassName
-
setClassPK
void setClassPK(long classPK) -
setCompanyId
void setCompanyId(long companyId)
-