@ProviderType
public class ExpandoColumnServiceUtil
extends java.lang.Object
com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.ExpandoColumnService,
com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl,
com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl| Constructor and Description |
|---|
ExpandoColumnServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ExpandoColumn |
addColumn(long tableId,
java.lang.String name,
int type) |
static ExpandoColumn |
addColumn(long tableId,
java.lang.String name,
int type,
java.lang.Object defaultData) |
static void |
deleteColumn(long columnId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static ExpandoColumnService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(ExpandoColumnService service)
Deprecated.
As of 6.2.0
|
static ExpandoColumn |
updateColumn(long columnId,
java.lang.String name,
int type) |
static ExpandoColumn |
updateColumn(long columnId,
java.lang.String name,
int type,
java.lang.Object defaultData) |
static ExpandoColumn |
updateTypeSettings(long columnId,
java.lang.String typeSettings) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static ExpandoColumn addColumn(long tableId, java.lang.String name, int type) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoColumn addColumn(long tableId, java.lang.String name, int type, java.lang.Object defaultData) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteColumn(long columnId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static ExpandoColumn updateColumn(long columnId, java.lang.String name, int type) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoColumn updateColumn(long columnId, java.lang.String name, int type, java.lang.Object defaultData) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoColumn updateTypeSettings(long columnId, java.lang.String typeSettings) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static ExpandoColumnService getService()
public void setService(ExpandoColumnService service)