|
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.dynamicdatamapping.service.DDMStructureServiceWrapper
public class DDMStructureServiceWrapper
This class is a wrapper for DDMStructureService
.
DDMStructureService
Constructor Summary | |
---|---|
DDMStructureServiceWrapper(DDMStructureService ddmStructureService)
|
Method Summary | |
---|---|
DDMStructure |
addStructure(long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
DDMStructure |
copyStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
void |
deleteStructure(long structureId)
|
DDMStructure |
fetchStructure(long groupId,
String structureKey)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDMStructure |
getStructure(long structureId)
|
DDMStructureService |
getWrappedDDMStructureService()
Deprecated. Renamed to getWrappedService() |
DDMStructureService |
getWrappedService()
|
List<DDMStructure> |
search(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
search(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
int |
searchCount(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDDMStructureService(DDMStructureService ddmStructureService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService) |
void |
setWrappedService(DDMStructureService ddmStructureService)
|
DDMStructure |
updateStructure(long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
DDMStructure |
updateStructure(long groupId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDMStructureServiceWrapper(DDMStructureService ddmStructureService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface DDMStructureService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DDMStructureService
beanIdentifier
- the Spring bean ID for this beanpublic DDMStructure addStructure(long groupId, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, String storageType, int type, ServiceContext serviceContext) throws PortalException, SystemException
addStructure
in interface DDMStructureService
PortalException
SystemException
public DDMStructure copyStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
copyStructure
in interface DDMStructureService
PortalException
SystemException
public void deleteStructure(long structureId) throws PortalException, SystemException
deleteStructure
in interface DDMStructureService
PortalException
SystemException
public DDMStructure fetchStructure(long groupId, String structureKey) throws PortalException, SystemException
fetchStructure
in interface DDMStructureService
PortalException
SystemException
public DDMStructure getStructure(long structureId) throws PortalException, SystemException
getStructure
in interface DDMStructureService
PortalException
SystemException
public List<DDMStructure> search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator) throws SystemException
search
in interface DDMStructureService
SystemException
public List<DDMStructure> search(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator, int start, int end, OrderByComparator orderByComparator) throws SystemException
search
in interface DDMStructureService
SystemException
public int searchCount(long companyId, long[] groupIds, long[] classNameIds, String keywords) throws SystemException
searchCount
in interface DDMStructureService
SystemException
public int searchCount(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator) throws SystemException
searchCount
in interface DDMStructureService
SystemException
public DDMStructure updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext) throws PortalException, SystemException
updateStructure
in interface DDMStructureService
PortalException
SystemException
public DDMStructure updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext) throws PortalException, SystemException
updateStructure
in interface DDMStructureService
PortalException
SystemException
public DDMStructureService getWrappedDDMStructureService()
getWrappedService()
public void setWrappedDDMStructureService(DDMStructureService ddmStructureService)
setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService)
public DDMStructureService getWrappedService()
getWrappedService
in interface ServiceWrapper<DDMStructureService>
public void setWrappedService(DDMStructureService ddmStructureService)
setWrappedService
in interface ServiceWrapper<DDMStructureService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |