|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ExpandoColumnServiceProvides the remote service interface for ExpandoColumn. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
ExpandoColumnServiceUtil,
com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl,
com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl| Method Summary | |
|---|---|
ExpandoColumn |
addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
addColumn(long tableId,
String name,
int type,
Object defaultData)
|
void |
deleteColumn(long columnId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
ExpandoColumn |
updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
updateTypeSettings(long columnId,
String typeSettings)
|
| Method Detail |
|---|
ExpandoColumn addColumn(long tableId,
String name,
int type)
throws PortalException
PortalException
ExpandoColumn addColumn(long tableId,
String name,
int type,
Object defaultData)
throws PortalException
PortalException
void deleteColumn(long columnId)
throws PortalException
PortalExceptionString getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
ExpandoColumn updateColumn(long columnId,
String name,
int type)
throws PortalException
PortalException
ExpandoColumn updateColumn(long columnId,
String name,
int type,
Object defaultData)
throws PortalException
PortalException
ExpandoColumn updateTypeSettings(long columnId,
String typeSettings)
throws PortalException
PortalException
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||