Uses of Class
it.sistematica.isharedoc.model.isddp.LocationAttribute

Packages that use LocationAttribute
it.sistematica.isharedoc.action.isddp   
it.sistematica.isharedoc.model   
it.sistematica.isharedoc.model.instance   
it.sistematica.isharedoc.model.isddp   
it.sistematica.isharedoc.model.organization   
it.sistematica.isharedoc.model.security   
it.sistematica.isharedoc.persistence   
it.sistematica.isharedoc.service   
it.sistematica.isharedoc.service.addressbook   
 

Uses of LocationAttribute in it.sistematica.isharedoc.action.isddp
 

Fields in it.sistematica.isharedoc.action.isddp with type parameters of type LocationAttribute
 java.util.List<LocationAttribute> LocationAction.storeLocations
           
 

Methods in it.sistematica.isharedoc.action.isddp that return LocationAttribute
 LocationAttribute LocationAction.getLocation()
           
 

Methods in it.sistematica.isharedoc.action.isddp that return types with arguments of type LocationAttribute
 java.util.List<LocationAttribute> LocationAction.getStoreLocations()
           
 

Methods in it.sistematica.isharedoc.action.isddp with parameters of type LocationAttribute
 boolean LocationAction.LocationInfo.updateEntity(LocationAttribute entity)
           
 

Method parameters in it.sistematica.isharedoc.action.isddp with type arguments of type LocationAttribute
 void LocationAction.setStoreLocations(java.util.List<LocationAttribute> storeLocations)
           
 

Uses of LocationAttribute in it.sistematica.isharedoc.model
 

Fields in it.sistematica.isharedoc.model with type parameters of type LocationAttribute
protected  java.util.List<LocationAttribute> Partition.locations
           
 

Methods in it.sistematica.isharedoc.model that return types with arguments of type LocationAttribute
 java.util.List<LocationAttribute> Partition.getLocations()
           
 

Methods in it.sistematica.isharedoc.model with parameters of type LocationAttribute
 void Partition.addLocation(LocationAttribute location)
           
 void Partition.removeLocation(LocationAttribute location)
           
 

Method parameters in it.sistematica.isharedoc.model with type arguments of type LocationAttribute
 void Partition.setLocations(java.util.List<LocationAttribute> locations)
           
 

Uses of LocationAttribute in it.sistematica.isharedoc.model.instance
 

Methods in it.sistematica.isharedoc.model.instance that return LocationAttribute
 LocationAttribute ContactInstance.getLocation()
           
 

Methods in it.sistematica.isharedoc.model.instance with parameters of type LocationAttribute
 void ContactInstance.setLocation(LocationAttribute location)
           
 

Uses of LocationAttribute in it.sistematica.isharedoc.model.isddp
 

Subclasses of LocationAttribute in it.sistematica.isharedoc.model.isddp
 class LocationAtom
           
 class LocationEmail
           
 class LocationPhone
           
 class LocationTwitter
           
 class LocationWebsite
           
 

Fields in it.sistematica.isharedoc.model.isddp with type parameters of type LocationAttribute
protected  java.util.List<LocationAttribute> Contact.locations
           
 

Methods in it.sistematica.isharedoc.model.isddp that return LocationAttribute
 LocationAttribute Contact.getDefaultLocation(java.lang.Class clazz)
           
 

Methods in it.sistematica.isharedoc.model.isddp that return types with arguments of type LocationAttribute
 java.util.List<LocationAttribute> Contact.getLocations()
           
 java.util.List<LocationAttribute> Contact.getLocationsOfClass(java.lang.Class clazz)
           
 

Methods in it.sistematica.isharedoc.model.isddp with parameters of type LocationAttribute
 void Contact.addLocation(LocationAttribute location)
           
 void Contact.removeLocation(LocationAttribute location)
           
 

Method parameters in it.sistematica.isharedoc.model.isddp with type arguments of type LocationAttribute
 void Contact.setLocations(java.util.List<LocationAttribute> locations)
           
 

Uses of LocationAttribute in it.sistematica.isharedoc.model.organization
 

Fields in it.sistematica.isharedoc.model.organization with type parameters of type LocationAttribute
protected  java.util.List<LocationAttribute> Organization.locations
           
 

Methods in it.sistematica.isharedoc.model.organization that return types with arguments of type LocationAttribute
 java.util.List<LocationAttribute> Organization.getLocations()
           
 

Methods in it.sistematica.isharedoc.model.organization with parameters of type LocationAttribute
 void Organization.addLocation(LocationAttribute location)
           
 void Organization.removeLocation(LocationAttribute location)
           
 void Organization.updatedLocation(LocationAttribute location)
           
 

Method parameters in it.sistematica.isharedoc.model.organization with type arguments of type LocationAttribute
 void Organization.setLocations(java.util.List<LocationAttribute> locations)
           
 

Uses of LocationAttribute in it.sistematica.isharedoc.model.security
 

Fields in it.sistematica.isharedoc.model.security with type parameters of type LocationAttribute
protected  java.util.List<LocationAttribute> IsharedocProfile.locationAttributes
           
 

Methods in it.sistematica.isharedoc.model.security that return types with arguments of type LocationAttribute
 java.util.List<LocationAttribute> IsharedocProfile.getLocationAttributes()
           
 

Methods in it.sistematica.isharedoc.model.security with parameters of type LocationAttribute
 void IsharedocProfile.addLocationAttribute(LocationAttribute locationAttribute)
           
 void IsharedocProfile.removeLocationAttribute(LocationAttribute locationAttribute)
           
 

Method parameters in it.sistematica.isharedoc.model.security with type arguments of type LocationAttribute
 void IsharedocProfile.setLocationAttributes(java.util.List<LocationAttribute> locationAttributes)
           
 

Uses of LocationAttribute in it.sistematica.isharedoc.persistence
 

Classes in it.sistematica.isharedoc.persistence with type parameters of type LocationAttribute
 class LocationAttributePersister<T extends LocationAttribute>
           
 

Methods in it.sistematica.isharedoc.persistence with parameters of type LocationAttribute
 void LocationAttributePersister.delete(LocationAttribute entity)
           
 void LocationAttributePersister.save(LocationAttribute entity)
           
 

Uses of LocationAttribute in it.sistematica.isharedoc.service
 

Methods in it.sistematica.isharedoc.service with parameters of type LocationAttribute
 ContactInstance InstanceServiceImpl.addInstanceContact(ItemInstance instance, ContactInstance.DestinationType destinationType, LocationAttribute location)
           
 ContactInstance InstanceService.addInstanceContact(ItemInstance instance, ContactInstance.DestinationType destinationType, LocationAttribute location)
          Adds the instance contact.
 

Uses of LocationAttribute in it.sistematica.isharedoc.service.addressbook
 

Fields in it.sistematica.isharedoc.service.addressbook declared as LocationAttribute
(package private)  LocationAttribute AddressBookEntry.location
           
 

Constructors in it.sistematica.isharedoc.service.addressbook with parameters of type LocationAttribute
AddressBookEntry(LocationAttribute location)
           
 

Constructor parameters in it.sistematica.isharedoc.service.addressbook with type arguments of type LocationAttribute
AddressBookEntries(AddressBook addressBook, java.util.Collection<LocationAttribute> results, int start, int count)