|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.expando.service.ExpandoColumnServiceWrapper
public class ExpandoColumnServiceWrapper
This class is a wrapper for ExpandoColumnService
.
ExpandoColumnService
Constructor Summary | |
---|---|
ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
|
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. |
ExpandoColumnService |
getWrappedExpandoColumnService()
Deprecated. Renamed to getWrappedService() |
ExpandoColumnService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService) |
void |
setWrappedService(ExpandoColumnService expandoColumnService)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
updateTypeSettings(long columnId,
String typeSettings)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpandoColumnServiceWrapper(ExpandoColumnService expandoColumnService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface ExpandoColumnService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ExpandoColumnService
beanIdentifier
- the Spring bean ID for this beanpublic ExpandoColumn addColumn(long tableId, String name, int type) throws PortalException, SystemException
addColumn
in interface ExpandoColumnService
PortalException
SystemException
public ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws PortalException, SystemException
addColumn
in interface ExpandoColumnService
PortalException
SystemException
public void deleteColumn(long columnId) throws PortalException, SystemException
deleteColumn
in interface ExpandoColumnService
PortalException
SystemException
public ExpandoColumn updateColumn(long columnId, String name, int type) throws PortalException, SystemException
updateColumn
in interface ExpandoColumnService
PortalException
SystemException
public ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws PortalException, SystemException
updateColumn
in interface ExpandoColumnService
PortalException
SystemException
public ExpandoColumn updateTypeSettings(long columnId, String typeSettings) throws PortalException, SystemException
updateTypeSettings
in interface ExpandoColumnService
PortalException
SystemException
public ExpandoColumnService getWrappedExpandoColumnService()
getWrappedService()
public void setWrappedExpandoColumnService(ExpandoColumnService expandoColumnService)
setWrappedService(com.liferay.portlet.expando.service.ExpandoColumnService)
public ExpandoColumnService getWrappedService()
getWrappedService
in interface ServiceWrapper<ExpandoColumnService>
public void setWrappedService(ExpandoColumnService expandoColumnService)
setWrappedService
in interface ServiceWrapper<ExpandoColumnService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |