|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Portal | |
---|---|
com.hack23.cia.model.internal.application.system.impl | |
com.hack23.cia.service.api | |
com.hack23.cia.service.impl |
Uses of Portal in com.hack23.cia.model.internal.application.system.impl |
---|
Subclasses of Portal in com.hack23.cia.model.internal.application.system.impl | |
---|---|
class |
DomainPortal
Java class for DomainPortal complex type. |
Fields in com.hack23.cia.model.internal.application.system.impl with type parameters of type Portal | |
---|---|
static javax.persistence.metamodel.SingularAttribute<Portal,String> |
Portal_.description
|
static javax.persistence.metamodel.SingularAttribute<Portal,String> |
Portal_.googleMapApiKey
|
static javax.persistence.metamodel.SingularAttribute<Portal,Integer> |
Portal_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<Portal,Long> |
Portal_.hjid
|
static javax.persistence.metamodel.SingularAttribute<Portal,Integer> |
Portal_.modelObjectId
|
static javax.persistence.metamodel.SingularAttribute<Portal,Integer> |
Portal_.modelObjectVersion
|
static javax.persistence.metamodel.SingularAttribute<Portal,String> |
Portal_.name
|
static javax.persistence.metamodel.ListAttribute<Agency,Portal> |
Agency_.portals
|
protected List<Portal> |
Agency.portals
|
static javax.persistence.metamodel.SingularAttribute<Portal,PortalType> |
Portal_.type
|
Methods in com.hack23.cia.model.internal.application.system.impl that return Portal | |
---|---|
Portal |
ObjectFactory.createPortal()
Create an instance of Portal |
Portal |
Portal.withDescription(String value)
|
Portal |
Portal.withGoogleMapApiKey(String value)
|
Portal |
Portal.withModelObjectId(Integer value)
|
Portal |
Portal.withModelObjectVersion(Integer value)
|
Portal |
Portal.withName(String value)
|
Portal |
Portal.withType(PortalType value)
|
Methods in com.hack23.cia.model.internal.application.system.impl that return types with arguments of type Portal | |
---|---|
List<Portal> |
Agency.getPortals()
Gets the value of the portals property. |
Methods in com.hack23.cia.model.internal.application.system.impl with parameters of type Portal | |
---|---|
Agency |
Agency.withPortals(Portal... values)
|
Method parameters in com.hack23.cia.model.internal.application.system.impl with type arguments of type Portal | |
---|---|
void |
Agency.setPortals(List<Portal> portals)
|
Agency |
Agency.withPortals(Collection<Portal> values)
|
Agency |
Agency.withPortals(List<Portal> portals)
|
Uses of Portal in com.hack23.cia.service.api |
---|
Methods in com.hack23.cia.service.api that return Portal | |
---|---|
Portal |
UserConfiguration.getPortal()
Gets the portal. |
Uses of Portal in com.hack23.cia.service.impl |
---|
Methods in com.hack23.cia.service.impl that return Portal | |
---|---|
Portal |
UserConfigurationImpl.getPortal()
|
Constructors in com.hack23.cia.service.impl with parameters of type Portal | |
---|---|
UserConfigurationImpl(Agency agency,
Portal portal)
Instantiates a new user configuration impl. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |