|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface ExpandoColumnService
Provides 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
,
ExpandoColumnServiceBaseImpl
,
ExpandoColumnServiceImpl
Method Summary | |
---|---|
abstract ExpandoColumn |
addColumn(long tableId,
String name,
int type)
|
abstract ExpandoColumn |
addColumn(long tableId,
String name,
int type,
Object defaultData)
|
abstract void |
deleteColumn(long columnId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract ExpandoColumn |
updateColumn(long columnId,
String name,
int type)
|
abstract ExpandoColumn |
updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
abstract ExpandoColumn |
updateTypeSettings(long columnId,
String typeSettings)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanExpandoColumn addColumn(long tableId, String name, int type) throws PortalException, SystemException
PortalException
SystemException
ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws PortalException, SystemException
PortalException
SystemException
void deleteColumn(long columnId) throws PortalException, SystemException
PortalException
SystemException
ExpandoColumn updateColumn(long columnId, String name, int type) throws PortalException, SystemException
PortalException
SystemException
ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws PortalException, SystemException
PortalException
SystemException
ExpandoColumn updateTypeSettings(long columnId, String typeSettings) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |