Class OrganizationPath
- java.lang.Object
-
- org.quelea.planningcenter.path.services.OrganizationPath
-
public class OrganizationPath extends Object
-
-
Constructor Summary
Constructors Constructor Description OrganizationPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationServiceapi()FoldersPathfolders()MediasPathmedia()MediaPathmedia(String id)PeoplePathpeople()ServiceTypePathserviceType(String id)ServiceTypesPathserviceTypes()SongsPathsongs()
-
-
-
Method Detail
-
songs
public SongsPath songs()
-
people
public PeoplePath people()
-
folders
public FoldersPath folders()
-
media
public MediasPath media()
-
serviceTypes
public ServiceTypesPath serviceTypes()
-
serviceType
public ServiceTypePath serviceType(String id)
-
api
public OrganizationService api()
-
-