|
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.portal.service.BaseLocalServiceImpl com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLocalServiceBaseImpl com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLocalServiceImpl
public class DDMStructureLocalServiceImpl
Field Summary |
---|
Constructor Summary | |
---|---|
DDMStructureLocalServiceImpl()
|
Method Summary | |
---|---|
DDMStructure |
addStructure(long userId,
long groupId,
long classNameId,
String structureKey,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
String storageType,
int type,
ServiceContext serviceContext)
|
void |
addStructureResources(DDMStructure structure,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
addStructureResources(DDMStructure structure,
String[] groupPermissions,
String[] guestPermissions)
|
protected void |
appendNewStructureRequiredFields(DDMStructure structure,
Document templateDocument)
|
DDMStructure |
copyStructure(long userId,
long structureId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
ServiceContext serviceContext)
|
void |
deleteStructure(DDMStructure structure)
|
void |
deleteStructure(long structureId)
|
void |
deleteStructure(long groupId,
String structureKey)
|
void |
deleteStructures(long groupId)
|
protected DDMStructure |
doUpdateStructure(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
String xsd,
ServiceContext serviceContext,
DDMStructure structure)
|
DDMStructure |
fetchStructure(long structureId)
|
DDMStructure |
fetchStructure(long groupId,
String structureKey)
|
List<DDMStructure> |
getClassStructures(long classNameId)
Deprecated. getClassStructures(long, long) |
List<DDMStructure> |
getClassStructures(long classNameId,
int start,
int end)
Deprecated. getClassStructures(long, long, int, int) |
List<DDMStructure> |
getClassStructures(long companyId,
long classNameId)
|
List<DDMStructure> |
getClassStructures(long companyId,
long classNameId,
int start,
int end)
|
List<DDMStructure> |
getClassStructures(long companyId,
long classNameId,
OrderByComparator orderByComparator)
|
List<DDMStructure> |
getClassStructures(long classNameId,
OrderByComparator orderByComparator)
Deprecated. getClassStructures(long, long, OrderByComparator) |
List<DDMStructure> |
getDLFileEntryTypeStructures(long dlFileEntryTypeId)
|
DDMStructure |
getStructure(long structureId)
|
DDMStructure |
getStructure(long groupId,
String structureKey)
|
List<DDMStructure> |
getStructure(long groupId,
String name,
String description)
|
List<DDMStructure> |
getStructureEntries()
Deprecated. getStructures() |
List<DDMStructure> |
getStructureEntries(long groupId)
Deprecated. getStructures(long) |
List<DDMStructure> |
getStructureEntries(long groupId,
int start,
int end)
Deprecated. getStructures(long, int, int) |
List<DDMStructure> |
getStructures()
|
List<DDMStructure> |
getStructures(long groupId)
|
List<DDMStructure> |
getStructures(long groupId,
int start,
int end)
|
int |
getStructuresCount(long groupId)
|
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)
|
protected void |
syncStructureTemplatesFields(DDMStructure structure)
|
protected void |
syncStructureTemplatesFields(DDMTemplate template,
Element templateElement)
|
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)
|
protected void |
validate(List<Element> elements,
Set<String> names)
|
protected void |
validate(long groupId,
String structureKey,
Map<Locale,String> nameMap,
String xsd)
|
protected void |
validate(Map<Locale,String> nameMap,
String xsd)
|
protected void |
validateLanguages(Map<Locale,String> nameMap,
Locale contentDefaultLocale)
|
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
getClassLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DDMStructureLocalServiceImpl()
Method Detail |
---|
public DDMStructure addStructure(long userId, 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
PortalException
SystemException
public void addStructureResources(DDMStructure structure, boolean addGroupPermissions, boolean addGuestPermissions) throws PortalException, SystemException
PortalException
SystemException
public void addStructureResources(DDMStructure structure, String[] groupPermissions, String[] guestPermissions) throws PortalException, SystemException
PortalException
SystemException
public DDMStructure copyStructure(long userId, long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public void deleteStructure(DDMStructure structure) throws PortalException, SystemException
PortalException
SystemException
public void deleteStructure(long structureId) throws PortalException, SystemException
PortalException
SystemException
public void deleteStructure(long groupId, String structureKey) throws PortalException, SystemException
PortalException
SystemException
public void deleteStructures(long groupId) throws PortalException, SystemException
PortalException
SystemException
public DDMStructure fetchStructure(long structureId) throws SystemException
SystemException
public DDMStructure fetchStructure(long groupId, String structureKey) throws SystemException
SystemException
public List<DDMStructure> getClassStructures(long classNameId) throws SystemException
getClassStructures(long, long)
SystemException
public List<DDMStructure> getClassStructures(long classNameId, int start, int end) throws SystemException
getClassStructures(long, long, int, int)
SystemException
public List<DDMStructure> getClassStructures(long companyId, long classNameId) throws SystemException
SystemException
public List<DDMStructure> getClassStructures(long companyId, long classNameId, int start, int end) throws SystemException
SystemException
public List<DDMStructure> getClassStructures(long companyId, long classNameId, OrderByComparator orderByComparator) throws SystemException
SystemException
public List<DDMStructure> getClassStructures(long classNameId, OrderByComparator orderByComparator) throws SystemException
getClassStructures(long, long, OrderByComparator)
SystemException
public List<DDMStructure> getDLFileEntryTypeStructures(long dlFileEntryTypeId) throws SystemException
SystemException
public DDMStructure getStructure(long structureId) throws PortalException, SystemException
PortalException
SystemException
public DDMStructure getStructure(long groupId, String structureKey) throws PortalException, SystemException
PortalException
SystemException
public List<DDMStructure> getStructure(long groupId, String name, String description) throws SystemException
SystemException
public List<DDMStructure> getStructureEntries() throws SystemException
getStructures()
SystemException
public List<DDMStructure> getStructureEntries(long groupId) throws SystemException
getStructures(long)
SystemException
public List<DDMStructure> getStructureEntries(long groupId, int start, int end) throws SystemException
getStructures(long, int, int)
SystemException
public List<DDMStructure> getStructures() throws SystemException
SystemException
public List<DDMStructure> getStructures(long groupId) throws SystemException
SystemException
public List<DDMStructure> getStructures(long groupId, int start, int end) throws SystemException
SystemException
public int getStructuresCount(long groupId) throws SystemException
SystemException
public List<DDMStructure> search(long companyId, long[] groupIds, long[] classNameIds, String keywords, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
SystemException
public int searchCount(long companyId, long[] groupIds, long[] classNameIds, String keywords) throws SystemException
SystemException
public int searchCount(long companyId, long[] groupIds, long[] classNameIds, String name, String description, String storageType, int type, boolean andOperator) throws SystemException
SystemException
public DDMStructure updateStructure(long structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public DDMStructure updateStructure(long groupId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
protected void appendNewStructureRequiredFields(DDMStructure structure, Document templateDocument)
protected DDMStructure doUpdateStructure(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsd, ServiceContext serviceContext, DDMStructure structure) throws PortalException, SystemException
PortalException
SystemException
protected void syncStructureTemplatesFields(DDMStructure structure) throws PortalException, SystemException
PortalException
SystemException
protected void syncStructureTemplatesFields(DDMTemplate template, Element templateElement) throws PortalException, SystemException
PortalException
SystemException
protected void validate(List<Element> elements, Set<String> names) throws PortalException
PortalException
protected void validate(long groupId, String structureKey, Map<Locale,String> nameMap, String xsd) throws PortalException, SystemException
PortalException
SystemException
protected void validate(Map<Locale,String> nameMap, String xsd) throws PortalException
PortalException
protected void validateLanguages(Map<Locale,String> nameMap, Locale contentDefaultLocale) throws PortalException
PortalException
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |